Html Css Color HEX #00006E Navy

📋 copy color: '#00006E'

red 0 ◦ green 0 ◦ blue 110

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

Shades of Navy #00006E

Tints of Navy #00006E

RGB

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

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

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

R = 0%
G = 0%
B = 100%

CMYK

 C value IS 1

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#00006E (or 0x00006E) is known color: Navy. HEX triplet: 00, 00 and 6E. RGB value is (0,0,110). Sum of RGB (Red+Green+Blue) = 0+0+110=110 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 110); Green value is 0 (0.39% from 255 or 0% from 110); Blue value is 110 (43.36% from 255 or 100% from 110); Max value from RGB is 110 - color contains mainly: blue. Hex color #00006E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00006E is #FFFF91. Grayscale: #0C0C0C. Windows color (decimal): -16777106 or 7208960. OLE color: 7208960.

HSL color Cylindrical-coordinate representation of color #00006E: hue angle of 240º 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 #00006E is Cyan = 1, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 0 0 110 -
CMYK 1 1 0 0.57
HSL 240º 1% 0.22% -
HSV(B) 240º 1% 0.43% -
XYZ 2.81 1.13 14.82 -
YUV 12.54 183 119.06 -
System Red Green Blue C M Y K H S L
Decimal 0 0 110 1 1 0 0.57 240 1 0.22
Hex 0 0 6E 64 64 0 39 F0 64 16
Octal 0 0 156 144 144 0 71 360 144 26
Binary 0 0 1101110 1100100 1100100 0 111001 11110000 1100100 10110

Color Harmonies of #00006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00006E

Black with #00006E

Text Example


Text Example

White with #00006E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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