#0C156A

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

Shades of Midnight Blue #0C156A

Tints of Midnight Blue #0C156A

Color information

#0C156A (or 0x0C156A) is unknown color: approx Midnight Blue. HEX triplet: 0C, 15 and 6A. RGB value is (12,21,106). Sum of RGB (Red+Green+Blue) = 12+21+106=139 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.63% from 139); Green value is 21 (8.59% from 255 or 15.11% from 139); Blue value is 106 (41.80% from 255 or 76.26% from 139); Max value from RGB is 106 - color contains mainly: blue. Hex color #0C156A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C156A is #F3EA95. Grayscale: #1B1B1B. Windows color (decimal): -15985302 or 6952204. OLE color: 6952204.

HSL color Cylindrical-coordinate representation of color #0C156A: hue angle of 234.26º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C156A is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1221106-
CMYK0.890.8000.58
HSL234.26º79.66%23.14%-
HSV(B)234.26º88.68%41.57%-
XYZ3.021.6613.8-
YUV28172.02116.59-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.63%
GREEN value IS 21 (8.59% from 255) = 15.11%
BLUE value IS 106 (41.80% from 255) = 76.26%
R=8.63%
G=15.11%
B=76.26%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal12211060.890.8000.58234.2679.6623.14
HexC156A595003Aea5017
Octal142515213112007235212027
Binary110010101110101010110011010000011101011101010101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C156A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,21,106); }

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

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

 a { background-color: rgb(12,21,106); }

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

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

 span { border-color: rgb(12,21,106); }

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