#0C152D

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

Shades of Midnight Express #0C152D

Tints of Midnight Express #0C152D

Color information

#0C152D (or 0x0C152D) is unknown color: approx Midnight Express. HEX triplet: 0C, 15 and 2D. RGB value is (12,21,45). Sum of RGB (Red+Green+Blue) = 12+21+45=78 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.38% from 78); Green value is 21 (8.59% from 255 or 26.92% from 78); Blue value is 45 (17.97% from 255 or 57.69% from 78); Max value from RGB is 45 - color contains mainly: blue. Hex color #0C152D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C152D is #F3EAD2. Grayscale: #141414. Windows color (decimal): -15985363 or 2954508. OLE color: 2954508.

HSL color Cylindrical-coordinate representation of color #0C152D: hue angle of 223.64º degrees, saturation: 0.58, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0C152D is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB122145-
CMYK0.730.5300.82
HSL223.64º57.89%11.18%-
HSV(B)223.64º73.33%17.65%-
XYZ0.890.82.59-
YUV21.04141.52121.55-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 15.38%
GREEN value IS 21 (8.59% from 255) = 26.92%
BLUE value IS 45 (17.97% from 255) = 57.69%
R=15.38%
G=26.92%
B=57.69%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1221450.730.5300.82223.6457.8911.18
HexC152D4935052e03ab
Octal1425551116501223407213
Binary110010101101101100100111010101010010111000001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C152D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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