#0C0760

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

Shades of Midnight Blue #0C0760

Tints of Midnight Blue #0C0760

Color information

#0C0760 (or 0x0C0760) is unknown color: approx Midnight Blue. HEX triplet: 0C, 07 and 60. RGB value is (12,7,96). Sum of RGB (Red+Green+Blue) = 12+7+96=115 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.43% from 115); Green value is 7 (3.12% from 255 or 6.09% from 115); Blue value is 96 (37.89% from 255 or 83.48% from 115); Max value from RGB is 96 - color contains mainly: blue. Hex color #0C0760 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0760 is #F3F89F. Grayscale: #121212. Windows color (decimal): -15988896 or 6293260. OLE color: 6293260.

HSL color Cylindrical-coordinate representation of color #0C0760: hue angle of 243.37º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C0760 is Cyan = 0.88, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB12796-
CMYK0.880.9300.62
HSL243.37º86.41%20.2%-
HSV(B)243.37º92.71%37.65%-
XYZ2.341.0711.15-
YUV18.64171.66123.26-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.43%
GREEN value IS 7 (3.12% from 255) = 6.09%
BLUE value IS 96 (37.89% from 255) = 83.48%
R=10.43%
G=6.09%
B=83.48%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal127960.880.9300.62243.3786.4120.2
HexC760585D03Ef35614
Octal14714013013507636312624
Binary1100111110000010110001011101011111011110011101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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