#0C1631

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

Shades of Midnight Express #0C1631

Tints of Midnight Express #0C1631

Color information

#0C1631 (or 0x0C1631) is unknown color: approx Midnight Express. HEX triplet: 0C, 16 and 31. RGB value is (12,22,49). Sum of RGB (Red+Green+Blue) = 12+22+49=83 (10% of max value = 765). Red value is 12 (5.08% from 255 or 14.46% from 83); Green value is 22 (8.98% from 255 or 26.51% from 83); Blue value is 49 (19.53% from 255 or 59.04% from 83); Max value from RGB is 49 - color contains mainly: blue. Hex color #0C1631 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1631 is #F3E9CE. Grayscale: #151515. Windows color (decimal): -15985103 or 3216908. OLE color: 3216908.

HSL color Cylindrical-coordinate representation of color #0C1631: hue angle of 223.78º 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 #0C1631 is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB122249-
CMYK0.760.5500.81
HSL223.78º60.66%11.96%-
HSV(B)223.78º75.51%19.22%-
XYZ0.990.873.02-
YUV22.09143.19120.8-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 14.46%
GREEN value IS 22 (8.98% from 255) = 26.51%
BLUE value IS 49 (19.53% from 255) = 59.04%
R=14.46%
G=26.51%
B=59.04%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1222490.760.5500.81223.7860.6611.96
HexC16314C37051e03dc
Octal1426611146701213407514
Binary110010110110001100110011011101010001111000001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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