#0C1534

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

Shades of Midnight Express #0C1534

Tints of Midnight Express #0C1534

Color information

#0C1534 (or 0x0C1534) is unknown color: approx Midnight Express. HEX triplet: 0C, 15 and 34. RGB value is (12,21,52). Sum of RGB (Red+Green+Blue) = 12+21+52=85 (11% of max value = 765). Red value is 12 (5.08% from 255 or 14.12% from 85); Green value is 21 (8.59% from 255 or 24.71% from 85); Blue value is 52 (20.70% from 255 or 61.18% from 85); Max value from RGB is 52 - color contains mainly: blue. Hex color #0C1534 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1534 is #F3EACB. Grayscale: #151515. Windows color (decimal): -15985356 or 3413260. OLE color: 3413260.

HSL color Cylindrical-coordinate representation of color #0C1534: hue angle of 226.5º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0C1534 is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB122152-
CMYK0.770.6000.80
HSL226.5º62.5%12.55%-
HSV(B)226.5º76.92%20.39%-
XYZ1.040.863.36-
YUV21.84145.02120.98-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 14.12%
GREEN value IS 21 (8.59% from 255) = 24.71%
BLUE value IS 52 (20.70% from 255) = 61.18%
R=14.12%
G=24.71%
B=61.18%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1221520.770.6000.80226.562.512.55
HexC15344D3C050e23ed
Octal1425641157401203427615
Binary110010101110100100110111110001010000111000101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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