Html Css Color HEX #001276 Navy

📋 copy color: '#001276'

red 0 ◦ green 18 ◦ blue 118

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

Shades of Navy #001276

Tints of Navy #001276

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.24%

 BLUE value IS 118 (46.48% from 255) = 86.76%

R = 0%
G = 13.24%
B = 86.76%

CMYK

 C value IS 1

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#001276 (or 0x001276) is known color: Navy. HEX triplet: 00, 12 and 76. RGB value is (0,18,118). Sum of RGB (Red+Green+Blue) = 0+18+118=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 118 (46.48% from 255 or 86.76% from 136); Max value from RGB is 118 - color contains mainly: blue. Hex color #001276 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001276 is #FFED89. Grayscale: #171717. Windows color (decimal): -16772490 or 7737856. OLE color: 7737856.

HSL color Cylindrical-coordinate representation of color #001276: hue angle of 230.85º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001276 is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 18 118 -
CMYK 1 0.85 0 0.54
HSL 230.85º 1% 0.23% -
HSV(B) 230.85º 1% 0.46% -
XYZ 3.49 1.74 17.29 -
YUV 24.02 181.04 110.87 -
System Red Green Blue C M Y K H S L
Decimal 0 18 118 1 0.85 0 0.54 230.85 1 0.23
Hex 0 12 76 64 55 0 36 E7 64 17
Octal 0 22 166 144 125 0 66 347 144 27
Binary 0 10010 1110110 1100100 1010101 0 110110 11100111 1100100 10111

Color Harmonies of #001276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001276

Black with #001276

Text Example


Text Example

White with #001276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001276; }

 p { color: rgb(0,18,118); }

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

background-color css

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

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

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

border-color css

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

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

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