#0C0D7A

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

Shades of Navy #0C0D7A

Tints of Navy #0C0D7A

Color information

#0C0D7A (or 0x0C0D7A) is unknown color: approx Navy. HEX triplet: 0C, 0D and 7A. RGB value is (12,13,122). Sum of RGB (Red+Green+Blue) = 12+13+122=147 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.16% from 147); Green value is 13 (5.47% from 255 or 8.84% from 147); Blue value is 122 (48.05% from 255 or 82.99% from 147); Max value from RGB is 122 - color contains mainly: blue. Hex color #0C0D7A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0D7A is #F3F285. Grayscale: #181818. Windows color (decimal): -15987334 or 7998732. OLE color: 7998732.

HSL color Cylindrical-coordinate representation of color #0C0D7A: hue angle of 239.45º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C0D7A is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1213122-
CMYK0.900.8900.52
HSL239.45º82.09%26.27%-
HSV(B)239.45º90.16%47.84%-
XYZ3.811.7718.55-
YUV25.13182.67118.64-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.16%
GREEN value IS 13 (5.47% from 255) = 8.84%
BLUE value IS 122 (48.05% from 255) = 82.99%
R=8.16%
G=8.84%
B=82.99%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12131220.900.8900.52239.4582.0926.27
HexCD7A5A59034ef521a
Octal141517213213106435712232
Binary11001101111101010110101011001011010011101111101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,13,122); }

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

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

 a { background-color: rgb(12,13,122); }

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

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

 span { border-color: rgb(12,13,122); }

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