#010C2F

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

Shades of Midnight Express #010C2F

Tints of Midnight Express #010C2F

Color information

#010C2F (or 0x010C2F) is unknown color: approx Midnight Express. HEX triplet: 01, 0C and 2F. RGB value is (1,12,47). Sum of RGB (Red+Green+Blue) = 1+12+47=60 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.67% from 60); Green value is 12 (5.08% from 255 or 20% from 60); Blue value is 47 (18.75% from 255 or 78.33% from 60); Max value from RGB is 47 - color contains mainly: blue. Hex color #010C2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010C2F is #FEF3D0. Grayscale: #0C0C0C. Windows color (decimal): -16708561 or 3083265. OLE color: 3083265.

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

Color convert

RGB11247-
CMYK0.980.7400.82
HSL225.65º95.83%9.41%-
HSV(B)225.65º97.87%18.43%-
XYZ0.660.472.75-
YUV12.7147.36119.65-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.67%
GREEN value IS 12 (5.08% from 255) = 20%
BLUE value IS 47 (18.75% from 255) = 78.33%
R=1.67%
G=20%
B=78.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal112470.980.7400.82225.6595.839.41
Hex1C2F624A052e2609
Octal11457142112012234214011
Binary1110010111111000101001010010100101110001011000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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