#0C076F

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

Shades of Navy #0C076F

Tints of Navy #0C076F

Color information

#0C076F (or 0x0C076F) is unknown color: approx Navy. HEX triplet: 0C, 07 and 6F. RGB value is (12,7,111). Sum of RGB (Red+Green+Blue) = 12+7+111=130 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.23% from 130); Green value is 7 (3.12% from 255 or 5.38% from 130); Blue value is 111 (43.75% from 255 or 85.38% from 130); Max value from RGB is 111 - color contains mainly: blue. Hex color #0C076F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C076F is #F3F890. Grayscale: #131313. Windows color (decimal): -15988881 or 7276300. OLE color: 7276300.

HSL color Cylindrical-coordinate representation of color #0C076F: hue angle of 242.88º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C076F is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB127111-
CMYK0.890.9400.56
HSL242.88º88.14%23.14%-
HSV(B)242.88º93.69%43.53%-
XYZ3.11.3815.14-
YUV20.35179.16122.04-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.23%
GREEN value IS 7 (3.12% from 255) = 5.38%
BLUE value IS 111 (43.75% from 255) = 85.38%
R=9.23%
G=5.38%
B=85.38%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1271110.890.9400.56242.8888.1423.14
HexC76F595E038f35817
Octal14715713113607036313027
Binary1100111110111110110011011110011100011110011101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C076F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,7,111); }

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

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

 a { background-color: rgb(12,7,111); }

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

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

 span { border-color: rgb(12,7,111); }

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