#000F2C

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

Shades of Midnight Express #000F2C

Tints of Midnight Express #000F2C

Color information

#000F2C (or 0x000F2C) is unknown color: approx Midnight Express. HEX triplet: 00, 0F and 2C. RGB value is (0,15,44). Sum of RGB (Red+Green+Blue) = 0+15+44=59 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 59); Green value is 15 (6.25% from 255 or 25.42% from 59); Blue value is 44 (17.58% from 255 or 74.58% from 59); Max value from RGB is 44 - color contains mainly: blue. Hex color #000F2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000F2C is #FFF0D3. Grayscale: #0D0D0D. Windows color (decimal): -16773332 or 2887424. OLE color: 2887424.

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

Color convert

RGB01544-
CMYK10.6600.83
HSL219.55º100%8.63%-
HSV(B)219.55º100%17.25%-
XYZ0.630.522.45-
YUV13.82145.03118.14-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 15 (6.25% from 255) = 25.42%
BLUE value IS 44 (17.58% from 255) = 74.58%
R=0%
G=25.42%
B=74.58%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal0154410.6600.83219.551008.63
Hex0F2C6442053dc649
Octal01754144102012333414411
Binary0111110110011001001000010010100111101110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000F2C; }

 p { color: rgb(0,15,44); }

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

<style>
 a { background-color: #000F2C; }

 a { background-color: rgb(0,15,44); }

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

<style>
 span { border-color: #000F2C; }

 span { border-color: rgb(0,15,44); }

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