#0C1632

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

Shades of Midnight Express #0C1632

Tints of Midnight Express #0C1632

Color information

#0C1632 (or 0x0C1632) is unknown color: approx Midnight Express. HEX triplet: 0C, 16 and 32. RGB value is (12,22,50). Sum of RGB (Red+Green+Blue) = 12+22+50=84 (11% of max value = 765). Red value is 12 (5.08% from 255 or 14.29% from 84); Green value is 22 (8.98% from 255 or 26.19% from 84); Blue value is 50 (19.92% from 255 or 59.52% from 84); Max value from RGB is 50 - color contains mainly: blue. Hex color #0C1632 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1632 is #F3E9CD. Grayscale: #161616. Windows color (decimal): -15985102 or 3282444. OLE color: 3282444.

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

Color convert

RGB122250-
CMYK0.760.5600.80
HSL224.21º61.29%12.16%-
HSV(B)224.21º76%19.61%-
XYZ1.010.883.13-
YUV22.2143.69120.72-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 14.29%
GREEN value IS 22 (8.98% from 255) = 26.19%
BLUE value IS 50 (19.92% from 255) = 59.52%
R=14.29%
G=26.19%
B=59.52%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1222500.760.5600.80224.2161.2912.16
HexC16324C38050e03dc
Octal1426621147001203407514
Binary110010110110010100110011100001010000111000001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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