#010F2D

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

Shades of Midnight Express #010F2D

Tints of Midnight Express #010F2D

Color information

#010F2D (or 0x010F2D) is unknown color: approx Midnight Express. HEX triplet: 01, 0F and 2D. RGB value is (1,15,45). Sum of RGB (Red+Green+Blue) = 1+15+45=61 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.64% from 61); Green value is 15 (6.25% from 255 or 24.59% from 61); Blue value is 45 (17.97% from 255 or 73.77% from 61); Max value from RGB is 45 - color contains mainly: blue. Hex color #010F2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010F2D is #FEF0D2. Grayscale: #0E0E0E. Windows color (decimal): -16707795 or 2952961. OLE color: 2952961.

HSL color Cylindrical-coordinate representation of color #010F2D: hue angle of 220.91º 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 #010F2D is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB11545-
CMYK0.980.6700.82
HSL220.91º95.65%9.02%-
HSV(B)220.91º97.78%17.65%-
XYZ0.660.542.55-
YUV14.23145.36118.56-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.64%
GREEN value IS 15 (6.25% from 255) = 24.59%
BLUE value IS 45 (17.97% from 255) = 73.77%
R=1.64%
G=24.59%
B=73.77%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal115450.980.6700.82220.9195.659.02
Hex1F2D6243052dd609
Octal11755142103012233514011
Binary1111110110111000101000011010100101101110111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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