#040F2B

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

Shades of Midnight Express #040F2B

Tints of Midnight Express #040F2B

Color information

#040F2B (or 0x040F2B) is unknown color: approx Midnight Express. HEX triplet: 04, 0F and 2B. RGB value is (4,15,43). Sum of RGB (Red+Green+Blue) = 4+15+43=62 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.45% from 62); Green value is 15 (6.25% from 255 or 24.19% from 62); Blue value is 43 (17.19% from 255 or 69.35% from 62); Max value from RGB is 43 - color contains mainly: blue. Hex color #040F2B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040F2B is #FBF0D4. Grayscale: #0E0E0E. Windows color (decimal): -16511189 or 2821892. OLE color: 2821892.

HSL color Cylindrical-coordinate representation of color #040F2B: hue angle of 223.08º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #040F2B is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB41543-
CMYK0.910.6500.83
HSL223.08º82.98%9.22%-
HSV(B)223.08º90.7%16.86%-
XYZ0.660.542.36-
YUV14.9143.86120.22-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.45%
GREEN value IS 15 (6.25% from 255) = 24.19%
BLUE value IS 43 (17.19% from 255) = 69.35%
R=6.45%
G=24.19%
B=69.35%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal415430.910.6500.83223.0882.989.22
Hex4F2B5B41053df539
Octal41753133101012333712311
Binary100111110101110110111000001010100111101111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040F2B; }

 p { color: rgb(4,15,43); }

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

<style>
 a { background-color: #040F2B; }

 a { background-color: rgb(4,15,43); }

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

<style>
 span { border-color: #040F2B; }

 span { border-color: rgb(4,15,43); }

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