#0C1E3C

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

Shades of Midnight Express #0C1E3C

Tints of Midnight Express #0C1E3C

Color information

#0C1E3C (or 0x0C1E3C) is unknown color: approx Midnight Express. HEX triplet: 0C, 1E and 3C. RGB value is (12,30,60). Sum of RGB (Red+Green+Blue) = 12+30+60=102 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.76% from 102); Green value is 30 (12.11% from 255 or 29.41% from 102); Blue value is 60 (23.83% from 255 or 58.82% from 102); Max value from RGB is 60 - color contains mainly: blue. Hex color #0C1E3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C1E3C is #F3E1C3. Grayscale: #1B1B1B. Windows color (decimal): -15983044 or 3939852. OLE color: 3939852.

HSL color Cylindrical-coordinate representation of color #0C1E3C: hue angle of 217.5º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0C1E3C is Cyan = 0.80, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB123060-
CMYK0.800.5000.76
HSL217.5º66.67%14.12%-
HSV(B)217.5º80%23.53%-
XYZ1.431.334.46-
YUV28.04146.04116.56-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 11.76%
GREEN value IS 30 (12.11% from 255) = 29.41%
BLUE value IS 60 (23.83% from 255) = 58.82%
R=11.76%
G=29.41%
B=58.82%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1230600.800.5000.76217.566.6714.12
HexC1E3C503204Cda43e
Octal14367412062011433210316
Binary1100111101111001010000110010010011001101101010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,30,60); }

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

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

 a { background-color: rgb(12,30,60); }

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

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

 span { border-color: rgb(12,30,60); }

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