Html Css Color HEX #00016E Navy

📋 copy color: '#00016E'

red 0 ◦ green 1 ◦ blue 110

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

Shades of Navy #00016E

Tints of Navy #00016E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 99.1%

R = 0%
G = 0.9%
B = 99.1%

CMYK

 C value IS 1

 M value IS 0.99

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#00016E (or 0x00016E) is known color: Navy. HEX triplet: 00, 01 and 6E. RGB value is (0,1,110). Sum of RGB (Red+Green+Blue) = 0+1+110=111 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 110 (43.36% from 255 or 99.10% from 111); Max value from RGB is 110 - color contains mainly: blue. Hex color #00016E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00016E is #FFFE91. Grayscale: #0C0C0C. Windows color (decimal): -16776850 or 7209216. OLE color: 7209216.

HSL color Cylindrical-coordinate representation of color #00016E: hue angle of 239.45º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00016E is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 0 1 110 -
CMYK 1 0.99 0 0.57
HSL 239.45º 1% 0.22% -
HSV(B) 239.45º 1% 0.43% -
XYZ 2.83 1.15 14.82 -
YUV 13.13 182.67 118.64 -
System Red Green Blue C M Y K H S L
Decimal 0 1 110 1 0.99 0 0.57 239.45 1 0.22
Hex 0 1 6E 64 63 0 39 EF 64 16
Octal 0 1 156 144 143 0 71 357 144 26
Binary 0 1 1101110 1100100 1100011 0 111001 11101111 1100100 10110

Color Harmonies of #00016E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00016E

Black with #00016E

Text Example


Text Example

White with #00016E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00016E; }

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

 H1.HeaderClassName
 {
   color: #00016E;
 }
 .AnyTagClassName
 {
   color: #00016E;
 }
</style>

background-color css

<style>
 a { background-color: #00016E; }

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

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

border-color css

<style>
 span { border-color: #00016E; }

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

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