#010F2A

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

Shades of Midnight Express #010F2A

Tints of Midnight Express #010F2A

Color information

#010F2A (or 0x010F2A) is unknown color: approx Midnight Express. HEX triplet: 01, 0F and 2A. RGB value is (1,15,42). Sum of RGB (Red+Green+Blue) = 1+15+42=58 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.72% from 58); Green value is 15 (6.25% from 255 or 25.86% from 58); Blue value is 42 (16.80% from 255 or 72.41% from 58); Max value from RGB is 42 - color contains mainly: blue. Hex color #010F2A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010F2A is #FEF0D5. Grayscale: #0D0D0D. Windows color (decimal): -16707798 or 2756353. OLE color: 2756353.

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

Color convert

RGB11542-
CMYK0.980.6400.84
HSL219.51º95.35%8.43%-
HSV(B)219.51º97.62%16.47%-
XYZ0.60.522.26-
YUV13.89143.86118.8-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.72%
GREEN value IS 15 (6.25% from 255) = 25.86%
BLUE value IS 42 (16.80% from 255) = 72.41%
R=1.72%
G=25.86%
B=72.41%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal115420.980.6400.84219.5195.358.43
Hex1F2A6240054dc5f8
Octal11752142100012433413710
Binary1111110101011000101000000010101001101110010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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