Color Hex Logo

#001935 Color Hex

#001935
(0,25,53)
1 Favorites   0 Comments

Color spaces of #001935

RGB 02553
HSL0.591.000.10
HSV212°100°21°
CMYK 1.000.530.00   0.79
XYZ0.99020.95233.4998
Yxy0.95230.18190.1750
Hunter Lab9.75861.0348-14.4326
CIE-Lab8.58763.2212-21.1979

#001935 color RGB value is (0,25,53).

#001935 hex color red value is 0, green value is 25 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #001935 hue: 0.59 , saturation: 1.00 and the lightness value of 001935 is 0.10.

The process color (four color CMYK) of #001935 color hex is 1.00, 0.53, 0.00, 0.79. Web safe color of #001935 is #000033. Color #001935 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00011001 00110101
Octal 0 31 65
Decimal 0 25 53
Hex 0 19 35

RGB Percentages of Color #001935

%0.00
%32.05
%67.95

CMYK Percentages of Color #001935

%100
%53
%0
%79

Triadic Colors of #001935

#001935 #350019 #193500

Analogous Colors of #001935

#001935 #010035 #003435

Monochromatic Colors of #001935

#001935

Complementary Color

#001935 #351c00

#001935 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#001935 Color Preview on White Background

Lorem ipsum dolor sit amet.

#001935 Color CSS Codes

.mybgcolor {background-color:#001935; } 
.myforecolor {color:#001935; }
.mybordercolor {border:3px solid #001935; }

#001935 Text Font Color

<p style="color:#001935">Text here</p>

This sample text font color is #001935
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#001935 Background Color

<div style="background-color:#001935">
Div content here</div>

This div background color is #001935


#001935 Border Color

<div style="border:3px solid #001935">
Div here</div>

This div border color is #001935


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,25,53, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #001935; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #001935;
  -webkit-box-shadow: 1px 1px 3px 2px #001935;
  box-shadow:         1px 1px 3px 2px #001935; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,25,53, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #001935">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #001935;
  -webkit-box-shadow: 1px 1px 3px 2px #001935;
  box-shadow:         1px 1px 3px 2px #001935;">
Div content here</div>

This div box has shadow with color #001935


Comments

No comments written yet.

Please login to write comment.