#010C2C

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

Shades of Midnight Express #010C2C

Tints of Midnight Express #010C2C

Color information

#010C2C (or 0x010C2C) is unknown color: approx Midnight Express. HEX triplet: 01, 0C and 2C. RGB value is (1,12,44). Sum of RGB (Red+Green+Blue) = 1+12+44=57 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.75% from 57); Green value is 12 (5.08% from 255 or 21.05% from 57); Blue value is 44 (17.58% from 255 or 77.19% from 57); Max value from RGB is 44 - color contains mainly: blue. Hex color #010C2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010C2C is #FEF3D3. Grayscale: #0C0C0C. Windows color (decimal): -16708564 or 2886657. OLE color: 2886657.

HSL color Cylindrical-coordinate representation of color #010C2C: hue angle of 224.65º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010C2C is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB11244-
CMYK0.980.7300.83
HSL224.65º95.56%8.82%-
HSV(B)224.65º97.73%17.25%-
XYZ0.60.452.44-
YUV12.36145.86119.9-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.75%
GREEN value IS 12 (5.08% from 255) = 21.05%
BLUE value IS 44 (17.58% from 255) = 77.19%
R=1.75%
G=21.05%
B=77.19%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal112440.980.7300.83224.6595.568.82
Hex1C2C6249053e1609
Octal11454142111012334114011
Binary1110010110011000101001001010100111110000111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010C2C; }

 p { color: rgb(1,12,44); }

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

<style>
 a { background-color: #010C2C; }

 a { background-color: rgb(1,12,44); }

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

<style>
 span { border-color: #010C2C; }

 span { border-color: rgb(1,12,44); }

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