#000F2A

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

Shades of Midnight Express #000F2A

Tints of Midnight Express #000F2A

Color information

#000F2A (or 0x000F2A) is unknown color: approx Midnight Express. HEX triplet: 00, 0F and 2A. RGB value is (0,15,42). Sum of RGB (Red+Green+Blue) = 0+15+42=57 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 57); Green value is 15 (6.25% from 255 or 26.32% from 57); Blue value is 42 (16.80% from 255 or 73.68% from 57); Max value from RGB is 42 - color contains mainly: blue. Hex color #000F2A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000F2A is #FFF0D5. Grayscale: #0D0D0D. Windows color (decimal): -16773334 or 2756352. OLE color: 2756352.

HSL color Cylindrical-coordinate representation of color #000F2A: hue angle of 218.57º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F2A is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB01542-
CMYK10.6400.84
HSL218.57º100%8.24%-
HSV(B)218.57º100%16.47%-
XYZ0.590.512.26-
YUV13.59144.03118.3-

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) = 26.32%
BLUE value IS 42 (16.80% from 255) = 73.68%
R=0%
G=26.32%
B=73.68%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal0154210.6400.84218.571008.24
Hex0F2A6440054db648
Octal01752144100012433314410
Binary0111110101011001001000000010101001101101111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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