Html Css Color HEX #00017D Navy

📋 copy color: '#00017D'

red 0 ◦ green 1 ◦ blue 125

#00017D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #00017D

Tints of Navy #00017D

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 1 (0.78% from 255) = 0.79%

 BLUE value IS 125 (49.22% from 255) = 99.21%

R = 0%
G = 0.79%
B = 99.21%

CMYK

 C value IS 1

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#00017D (or 0x00017D) is known color: Navy. HEX triplet: 00, 01 and 7D. RGB value is (0,1,125). Sum of RGB (Red+Green+Blue) = 0+1+125=126 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 126); Green value is 1 (0.78% from 255 or 0.79% from 126); Blue value is 125 (49.22% from 255 or 99.21% from 126); Max value from RGB is 125 - color contains mainly: blue. Hex color #00017D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00017D is #FFFE82. Grayscale: #0E0E0E. Windows color (decimal): -16776835 or 8192256. OLE color: 8192256.

HSL color Cylindrical-coordinate representation of color #00017D: hue angle of 239.52º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00017D is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 0 1 125 -
CMYK 1 0.99 0 0.51
HSL 239.52º 1% 0.25% -
HSV(B) 239.52º 1% 0.49% -
XYZ 3.71 1.5 19.5 -
YUV 14.84 190.17 117.42 -
System Red Green Blue C M Y K H S L
Decimal 0 1 125 1 0.99 0 0.51 239.52 1 0.25
Hex 0 1 7D 64 63 0 33 F0 64 19
Octal 0 1 175 144 143 0 63 360 144 31
Binary 0 1 1111101 1100100 1100011 0 110011 11110000 1100100 11001

Color Harmonies of #00017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00017D

Black with #00017D

Text Example


Text Example

White with #00017D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00017D; }

 p { color: rgb(0,1,125); }

 H1.HeaderClassName
 {
   color: #00017D;
 }
 .AnyTagClassName
 {
   color: #00017D;
 }
</style>

background-color css

<style>
 a { background-color: #00017D; }

 a { background-color: rgb(0,1,125); }

 div.DivClassName
 {
   background-color: #00017D;
 }
 .BgClassName
 {
   background-color: #00017D;
 }
</style>

border-color css

<style>
 span { border-color: #00017D; }

 span { border-color: rgb(0,1,125); }

 td.TdClassName
 {
   border-color: #00017D;
 }
 .TagClassName
 {
   border-color: #00017D;
 }
</style>