#010F29

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

Shades of Midnight Express #010F29

Tints of Midnight Express #010F29

Color information

#010F29 (or 0x010F29) is unknown color: approx Midnight Express. HEX triplet: 01, 0F and 29. RGB value is (1,15,41). Sum of RGB (Red+Green+Blue) = 1+15+41=57 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.75% from 57); Green value is 15 (6.25% from 255 or 26.32% from 57); Blue value is 41 (16.41% from 255 or 71.93% from 57); Max value from RGB is 41 - color contains mainly: blue. Hex color #010F29 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010F29 is #FEF0D6. Grayscale: #0D0D0D. Windows color (decimal): -16707799 or 2690817. OLE color: 2690817.

HSL color Cylindrical-coordinate representation of color #010F29: hue angle of 219º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010F29 is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB11541-
CMYK0.980.6300.84
HSL219º95.24%8.24%-
HSV(B)219º97.56%16.08%-
XYZ0.580.512.17-
YUV13.78143.36118.89-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.75%
GREEN value IS 15 (6.25% from 255) = 26.32%
BLUE value IS 41 (16.41% from 255) = 71.93%
R=1.75%
G=26.32%
B=71.93%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal115410.980.6300.8421995.248.24
Hex1F29623F054db5f8
Octal1175114277012433313710
Binary111111010011100010111111010101001101101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,15,41); }

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

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

 a { background-color: rgb(1,15,41); }

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

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

 span { border-color: rgb(1,15,41); }

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