#0C1540

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

Shades of Midnight Express #0C1540

Tints of Midnight Express #0C1540

Color information

#0C1540 (or 0x0C1540) is unknown color: approx Midnight Express. HEX triplet: 0C, 15 and 40. RGB value is (12,21,64). Sum of RGB (Red+Green+Blue) = 12+21+64=97 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.37% from 97); Green value is 21 (8.59% from 255 or 21.65% from 97); Blue value is 64 (25.39% from 255 or 65.98% from 97); Max value from RGB is 64 - color contains mainly: blue. Hex color #0C1540 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1540 is #F3EABF. Grayscale: #171717. Windows color (decimal): -15985344 or 4199692. OLE color: 4199692.

HSL color Cylindrical-coordinate representation of color #0C1540: hue angle of 229.62º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0C1540 is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB122164-
CMYK0.810.6700.75
HSL229.62º68.42%14.9%-
HSV(B)229.62º81.25%25.1%-
XYZ1.350.984.97-
YUV23.21151.02120-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.37%
GREEN value IS 21 (8.59% from 255) = 21.65%
BLUE value IS 64 (25.39% from 255) = 65.98%
R=12.37%
G=21.65%
B=65.98%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1221640.810.6700.75229.6268.4214.9
HexC1540514304Be644f
Octal1425100121103011334610417
Binary110010101100000010100011000011010010111110011010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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