#010247

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

Shades of Midnight Express #010247

Tints of Midnight Express #010247

Color information

#010247 (or 0x010247) is unknown color: approx Midnight Express. HEX triplet: 01, 02 and 47. RGB value is (1,2,71). Sum of RGB (Red+Green+Blue) = 1+2+71=74 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.35% from 74); Green value is 2 (1.17% from 255 or 2.70% from 74); Blue value is 71 (28.12% from 255 or 95.95% from 74); Max value from RGB is 71 - color contains mainly: blue. Hex color #010247 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010247 is #FEFDB8. Grayscale: #090909. Windows color (decimal): -16711097 or 4653569. OLE color: 4653569.

HSL color Cylindrical-coordinate representation of color #010247: hue angle of 239.14º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010247 is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB1271-
CMYK0.990.9700.72
HSL239.14º97.22%14.12%-
HSV(B)239.14º98.59%27.84%-
XYZ1.170.56-
YUV9.57162.67121.89-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.35%
GREEN value IS 2 (1.17% from 255) = 2.70%
BLUE value IS 71 (28.12% from 255) = 95.95%
R=1.35%
G=2.70%
B=95.95%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal12710.990.9700.72239.1497.2214.12
Hex12476361048ef61e
Octal12107143141011035714116
Binary110100011111000111100001010010001110111111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010247; }

 p { color: rgb(1,2,71); }

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

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

 a { background-color: rgb(1,2,71); }

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

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

 span { border-color: rgb(1,2,71); }

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