#0C1531

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

Shades of Midnight Express #0C1531

Tints of Midnight Express #0C1531

Color information

#0C1531 (or 0x0C1531) is unknown color: approx Midnight Express. HEX triplet: 0C, 15 and 31. RGB value is (12,21,49). Sum of RGB (Red+Green+Blue) = 12+21+49=82 (10% of max value = 765). Red value is 12 (5.08% from 255 or 14.63% from 82); Green value is 21 (8.59% from 255 or 25.61% from 82); Blue value is 49 (19.53% from 255 or 59.76% from 82); Max value from RGB is 49 - color contains mainly: blue. Hex color #0C1531 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1531 is #F3EACE. Grayscale: #151515. Windows color (decimal): -15985359 or 3216652. OLE color: 3216652.

HSL color Cylindrical-coordinate representation of color #0C1531: hue angle of 225.41º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0C1531 is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB122149-
CMYK0.760.5700.81
HSL225.41º60.66%11.96%-
HSV(B)225.41º75.51%19.22%-
XYZ0.970.843.02-
YUV21.5143.52121.22-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 14.63%
GREEN value IS 21 (8.59% from 255) = 25.61%
BLUE value IS 49 (19.53% from 255) = 59.76%
R=14.63%
G=25.61%
B=59.76%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1221490.760.5700.81225.4160.6611.96
HexC15314C39051e13dc
Octal1425611147101213417514
Binary110010101110001100110011100101010001111000011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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