#0C087B

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

Shades of Navy #0C087B

Tints of Navy #0C087B

Color information

#0C087B (or 0x0C087B) is unknown color: approx Navy. HEX triplet: 0C, 08 and 7B. RGB value is (12,8,123). Sum of RGB (Red+Green+Blue) = 12+8+123=143 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.39% from 143); Green value is 8 (3.52% from 255 or 5.59% from 143); Blue value is 123 (48.44% from 255 or 86.01% from 143); Max value from RGB is 123 - color contains mainly: blue. Hex color #0C087B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C087B is #F3F784. Grayscale: #151515. Windows color (decimal): -15988613 or 8062988. OLE color: 8062988.

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

Color convert

RGB128123-
CMYK0.900.9300.52
HSL242.09º87.79%25.69%-
HSV(B)242.09º93.5%48.24%-
XYZ3.811.6818.86-
YUV22.31184.83120.65-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.39%
GREEN value IS 8 (3.52% from 255) = 5.59%
BLUE value IS 123 (48.44% from 255) = 86.01%
R=8.39%
G=5.59%
B=86.01%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1281230.900.9300.52242.0987.7925.69
HexC87B5A5D034f2581a
Octal141017313213506436213032
Binary11001000111101110110101011101011010011110010101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C087B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,8,123); }

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

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

 a { background-color: rgb(12,8,123); }

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

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

 span { border-color: rgb(12,8,123); }

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