#0C0360

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

Shades of Midnight Blue #0C0360

Tints of Midnight Blue #0C0360

Color information

#0C0360 (or 0x0C0360) is unknown color: approx Midnight Blue. HEX triplet: 0C, 03 and 60. RGB value is (12,3,96). Sum of RGB (Red+Green+Blue) = 12+3+96=111 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.81% from 111); Green value is 3 (1.56% from 255 or 2.70% from 111); Blue value is 96 (37.89% from 255 or 86.49% from 111); Max value from RGB is 96 - color contains mainly: blue. Hex color #0C0360 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0360 is #F3FC9F. Grayscale: #0F0F0F. Windows color (decimal): -15989920 or 6292236. OLE color: 6292236.

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

Color convert

RGB12396-
CMYK0.880.9700.62
HSL245.81º93.94%19.41%-
HSV(B)245.81º96.88%37.65%-
XYZ2.30.9911.14-
YUV16.29172.98124.94-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.81%
GREEN value IS 3 (1.56% from 255) = 2.70%
BLUE value IS 96 (37.89% from 255) = 86.49%
R=10.81%
G=2.70%
B=86.49%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal123960.880.9700.62245.8193.9419.41
HexC360586103Ef65e13
Octal14314013014107636613623
Binary110011110000010110001100001011111011110110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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