Html Css Color HEX #00026E Navy

📋 copy color: '#00026E'

red 0 ◦ green 2 ◦ blue 110

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

Shades of Navy #00026E

Tints of Navy #00026E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.79%

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

R = 0%
G = 1.79%
B = 98.21%

CMYK

 C value IS 1

 M value IS 0.98

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#00026E (or 0x00026E) is known color: Navy. HEX triplet: 00, 02 and 6E. RGB value is (0,2,110). Sum of RGB (Red+Green+Blue) = 0+2+110=112 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 112); Green value is 2 (1.17% from 255 or 1.79% from 112); Blue value is 110 (43.36% from 255 or 98.21% from 112); Max value from RGB is 110 - color contains mainly: blue. Hex color #00026E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00026E is #FFFD91. Grayscale: #0D0D0D. Windows color (decimal): -16776594 or 7209472. OLE color: 7209472.

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

Color convert

RGB 0 2 110 -
CMYK 1 0.98 0 0.57
HSL 238.91º 1% 0.22% -
HSV(B) 238.91º 1% 0.43% -
XYZ 2.84 1.17 14.83 -
YUV 13.71 182.34 118.22 -
System Red Green Blue C M Y K H S L
Decimal 0 2 110 1 0.98 0 0.57 238.91 1 0.22
Hex 0 2 6E 64 62 0 39 EF 64 16
Octal 0 2 156 144 142 0 71 357 144 26
Binary 0 10 1101110 1100100 1100010 0 111001 11101111 1100100 10110

Color Harmonies of #00026E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00026E

Black with #00026E

Text Example


Text Example

White with #00026E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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