#0C047C

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

Shades of Navy #0C047C

Tints of Navy #0C047C

Color information

#0C047C (or 0x0C047C) is unknown color: approx Navy. HEX triplet: 0C, 04 and 7C. RGB value is (12,4,124). Sum of RGB (Red+Green+Blue) = 12+4+124=140 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.57% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 124 (48.83% from 255 or 88.57% from 140); Max value from RGB is 124 - color contains mainly: blue. Hex color #0C047C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C047C is #F3FB83. Grayscale: #131313. Windows color (decimal): -15989636 or 8127500. OLE color: 8127500.

HSL color Cylindrical-coordinate representation of color #0C047C: hue angle of 244º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0C047C is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB124124-
CMYK0.900.9700.51
HSL244º93.75%25.1%-
HSV(B)244º96.77%48.63%-
XYZ3.831.6219.18-
YUV20.07186.65122.24-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.57%
GREEN value IS 4 (1.95% from 255) = 2.86%
BLUE value IS 124 (48.83% from 255) = 88.57%
R=8.57%
G=2.86%
B=88.57%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241240.900.9700.5124493.7525.1
HexC47C5A61033f45e19
Octal14417413214106336413631
Binary1100100111110010110101100001011001111110100101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C047C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,4,124); }

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

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

 a { background-color: rgb(12,4,124); }

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

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

 span { border-color: rgb(12,4,124); }

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