#0C0B36

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

Shades of Midnight Express #0C0B36

Tints of Midnight Express #0C0B36

Color information

#0C0B36 (or 0x0C0B36) is unknown color: approx Midnight Express. HEX triplet: 0C, 0B and 36. RGB value is (12,11,54). Sum of RGB (Red+Green+Blue) = 12+11+54=77 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.58% from 77); Green value is 11 (4.69% from 255 or 14.29% from 77); Blue value is 54 (21.48% from 255 or 70.13% from 77); Max value from RGB is 54 - color contains mainly: blue. Hex color #0C0B36 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0B36 is #F3F4C9. Grayscale: #101010. Windows color (decimal): -15987914 or 3541772. OLE color: 3541772.

HSL color Cylindrical-coordinate representation of color #0C0B36: hue angle of 241.4º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0C0B36 is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB121154-
CMYK0.780.8000.79
HSL241.4º66.15%12.75%-
HSV(B)241.4º79.63%21.18%-
XYZ0.940.583.55-
YUV16.2149.33125-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 15.58%
GREEN value IS 11 (4.69% from 255) = 14.29%
BLUE value IS 54 (21.48% from 255) = 70.13%
R=15.58%
G=14.29%
B=70.13%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1211540.780.8000.79241.466.1512.75
HexCB364E5004Ff142d
Octal141366116120011736110215
Binary1100101111011010011101010000010011111111000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,11,54); }

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

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

 a { background-color: rgb(12,11,54); }

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

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

 span { border-color: rgb(12,11,54); }

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