#0C0D50

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

Shades of Midnight Blue #0C0D50

Tints of Midnight Blue #0C0D50

Color information

#0C0D50 (or 0x0C0D50) is unknown color: approx Midnight Blue. HEX triplet: 0C, 0D and 50. RGB value is (12,13,80). Sum of RGB (Red+Green+Blue) = 12+13+80=105 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.43% from 105); Green value is 13 (5.47% from 255 or 12.38% from 105); Blue value is 80 (31.64% from 255 or 76.19% from 105); Max value from RGB is 80 - color contains mainly: blue. Hex color #0C0D50 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0D50 is #F3F2AF. Grayscale: #141414. Windows color (decimal): -15987376 or 5246220. OLE color: 5246220.

HSL color Cylindrical-coordinate representation of color #0C0D50: hue angle of 239.12º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C0D50 is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB121380-
CMYK0.850.8400.69
HSL239.12º73.91%18.04%-
HSV(B)239.12º85%31.37%-
XYZ1.740.957.68-
YUV20.34161.67122.05-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 11.43%
GREEN value IS 13 (5.47% from 255) = 12.38%
BLUE value IS 80 (31.64% from 255) = 76.19%
R=11.43%
G=12.38%
B=76.19%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1213800.850.8400.69239.1273.9118.04
HexCD505554045ef4a12
Octal1415120125124010535711222
Binary110011011010000101010110101000100010111101111100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,13,80); }

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

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

 a { background-color: rgb(12,13,80); }

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

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

 span { border-color: rgb(12,13,80); }

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