#0C0154

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

Shades of Midnight Blue #0C0154

Tints of Midnight Blue #0C0154

Color information

#0C0154 (or 0x0C0154) is unknown color: approx Midnight Blue. HEX triplet: 0C, 01 and 54. RGB value is (12,1,84). Sum of RGB (Red+Green+Blue) = 12+1+84=97 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.37% from 97); Green value is 1 (0.78% from 255 or 1.03% from 97); Blue value is 84 (33.20% from 255 or 86.60% from 97); Max value from RGB is 84 - color contains mainly: blue. Hex color #0C0154 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0154 is #F3FEAB. Grayscale: #0D0D0D. Windows color (decimal): -15990444 or 5505292. OLE color: 5505292.

HSL color Cylindrical-coordinate representation of color #0C0154: hue angle of 247.95º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C0154 is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB12184-
CMYK0.860.9900.67
HSL247.95º97.65%16.67%-
HSV(B)247.95º98.81%32.94%-
XYZ1.760.748.44-
YUV13.75167.64126.75-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.37%
GREEN value IS 1 (0.78% from 255) = 1.03%
BLUE value IS 84 (33.20% from 255) = 86.60%
R=12.37%
G=1.03%
B=86.60%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal121840.860.9900.67247.9597.6516.67
HexC1545663043f86211
Octal141124126143010337014221
Binary110011010100101011011000110100001111111000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,1,84); }

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

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

 a { background-color: rgb(12,1,84); }

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

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

 span { border-color: rgb(12,1,84); }

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