#0C0376

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

Shades of Navy #0C0376

Tints of Navy #0C0376

Color information

#0C0376 (or 0x0C0376) is unknown color: approx Navy. HEX triplet: 0C, 03 and 76. RGB value is (12,3,118). Sum of RGB (Red+Green+Blue) = 12+3+118=133 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.02% from 133); Green value is 3 (1.56% from 255 or 2.26% from 133); Blue value is 118 (46.48% from 255 or 88.72% from 133); Max value from RGB is 118 - color contains mainly: blue. Hex color #0C0376 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0376 is #F3FC89. Grayscale: #121212. Windows color (decimal): -15989898 or 7734028. OLE color: 7734028.

HSL color Cylindrical-coordinate representation of color #0C0376: hue angle of 244.7º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0C0376 is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB123118-
CMYK0.900.9700.54
HSL244.7º95.04%23.73%-
HSV(B)244.7º97.46%46.27%-
XYZ3.451.4517.24-
YUV18.8183.98123.15-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.02%
GREEN value IS 3 (1.56% from 255) = 2.26%
BLUE value IS 118 (46.48% from 255) = 88.72%
R=9.02%
G=2.26%
B=88.72%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1231180.900.9700.54244.795.0423.73
HexC3765A61036f55f18
Octal14316613214106636513730
Binary110011111011010110101100001011011011110101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C0376; }

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

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

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

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

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

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

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

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