#001276

Color #001276 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #001276

Tints of Navy #001276

Color information

#001276 (or 0x001276) is unknown color: approx 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

RGB018118-
CMYK10.8500.54
HSL230.85º100%23.14%-
HSV(B)230.85º100%46.27%-
XYZ3.491.7417.29-
YUV24.02181.04110.87-

RGB Variations

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

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 (Cyan) values IS 1
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal01811810.8500.54230.8510023.14
Hex012766455036e76417
Octal02216614412506634714427
Binary010010111011011001001010101011011011100111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>