#0C1737

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

Shades of Midnight Express #0C1737

Tints of Midnight Express #0C1737

Color information

#0C1737 (or 0x0C1737) is unknown color: approx Midnight Express. HEX triplet: 0C, 17 and 37. RGB value is (12,23,55). Sum of RGB (Red+Green+Blue) = 12+23+55=90 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.33% from 90); Green value is 23 (9.38% from 255 or 25.56% from 90); Blue value is 55 (21.88% from 255 or 61.11% from 90); Max value from RGB is 55 - color contains mainly: blue. Hex color #0C1737 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1737 is #F3E8C8. Grayscale: #171717. Windows color (decimal): -15984841 or 3610380. OLE color: 3610380.

HSL color Cylindrical-coordinate representation of color #0C1737: hue angle of 224.65º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0C1737 is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB122355-
CMYK0.780.5800.78
HSL224.65º64.18%13.14%-
HSV(B)224.65º78.18%21.57%-
XYZ1.150.973.74-
YUV23.36145.86119.9-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 13.33%
GREEN value IS 23 (9.38% from 255) = 25.56%
BLUE value IS 55 (21.88% from 255) = 61.11%
R=13.33%
G=25.56%
B=61.11%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1223550.780.5800.78224.6564.1813.14
HexC17374E3A04Ee140d
Octal14276711672011634110015
Binary1100101111101111001110111010010011101110000110000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,23,55); }

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

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

 a { background-color: rgb(12,23,55); }

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

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

 span { border-color: rgb(12,23,55); }

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