#0C097F

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

Shades of Navy #0C097F

Tints of Navy #0C097F

Color information

#0C097F (or 0x0C097F) is unknown color: approx Navy. HEX triplet: 0C, 09 and 7F. RGB value is (12,9,127). Sum of RGB (Red+Green+Blue) = 12+9+127=148 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.11% from 148); Green value is 9 (3.91% from 255 or 6.08% from 148); Blue value is 127 (50% from 255 or 85.81% from 148); Max value from RGB is 127 - color contains mainly: blue. Hex color #0C097F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C097F is #F3F680. Grayscale: #161616. Windows color (decimal): -15988353 or 8325388. OLE color: 8325388.

HSL color Cylindrical-coordinate representation of color #0C097F: hue angle of 241.53º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C097F is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB129127-
CMYK0.910.9300.50
HSL241.53º86.76%26.67%-
HSV(B)241.53º92.91%49.8%-
XYZ4.081.8120.21-
YUV23.35186.49119.91-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.11%
GREEN value IS 9 (3.91% from 255) = 6.08%
BLUE value IS 127 (50% from 255) = 85.81%
R=8.11%
G=6.08%
B=85.81%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1291270.910.9300.50241.5386.7626.67
HexC97F5B5D032f2571b
Octal141117713313506236212733
Binary11001001111111110110111011101011001011110010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C097F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,9,127); }

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

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

 a { background-color: rgb(12,9,127); }

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

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

 span { border-color: rgb(12,9,127); }

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