#0C1154

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

Shades of Midnight Blue #0C1154

Tints of Midnight Blue #0C1154

Color information

#0C1154 (or 0x0C1154) is unknown color: approx Midnight Blue. HEX triplet: 0C, 11 and 54. RGB value is (12,17,84). Sum of RGB (Red+Green+Blue) = 12+17+84=113 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.62% from 113); Green value is 17 (7.03% from 255 or 15.04% from 113); Blue value is 84 (33.20% from 255 or 74.34% from 113); Max value from RGB is 84 - color contains mainly: blue. Hex color #0C1154 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C1154 is #F3EEAB. Grayscale: #161616. Windows color (decimal): -15986348 or 5509388. OLE color: 5509388.

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

Color convert

RGB121784-
CMYK0.860.8000.67
HSL235.83º75%18.82%-
HSV(B)235.83º85.71%32.94%-
XYZ1.951.128.5-
YUV23.14162.34120.05-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.62%
GREEN value IS 17 (7.03% from 255) = 15.04%
BLUE value IS 84 (33.20% from 255) = 74.34%
R=10.62%
G=15.04%
B=74.34%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1217840.860.8000.67235.837518.82
HexC11545650043ec4b13
Octal1421124126120010335411323
Binary1100100011010100101011010100000100001111101100100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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