#010C76

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

Shades of Navy #010C76

Tints of Navy #010C76

Color information

#010C76 (or 0x010C76) is unknown color: approx Navy. HEX triplet: 01, 0C and 76. RGB value is (1,12,118). Sum of RGB (Red+Green+Blue) = 1+12+118=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 12 (5.08% from 255 or 9.16% from 131); Blue value is 118 (46.48% from 255 or 90.08% from 131); Max value from RGB is 118 - color contains mainly: blue. Hex color #010C76 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010C76 is #FEF389. Grayscale: #141414. Windows color (decimal): -16708490 or 7736321. OLE color: 7736321.

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

Color convert

RGB112118-
CMYK0.990.9000.54
HSL234.36º98.32%23.33%-
HSV(B)234.36º99.15%46.27%-
XYZ3.411.5817.26-
YUV20.8182.86113.88-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.76%
GREEN value IS 12 (5.08% from 255) = 9.16%
BLUE value IS 118 (46.48% from 255) = 90.08%
R=0.76%
G=9.16%
B=90.08%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1121180.990.9000.54234.3698.3223.33
Hex1C76635A036ea6217
Octal11416614313206635214227
Binary11100111011011000111011010011011011101010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010C76; }

 p { color: rgb(1,12,118); }

 H1.HeaderClassName
 {
   color: #010C76;
 }
 .AnyTagClassName
 {
   color: #010C76;
 }
</style>
background-color css

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

 a { background-color: rgb(1,12,118); }

 div.DivClassName
 {
   background-color: #010C76;
 }
 .BgClassName
 {
   background-color: #010C76;
 }
</style>
border-color css

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

 span { border-color: rgb(1,12,118); }

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