Html Css Color HEX #010247 Midnight Express

📋 copy color: '#010247'

red 1 ◦ green 2 ◦ blue 71

#010247
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Express #010247

Tints of Midnight Express #010247

RGB

 RED value IS 1 (0.78% from 255) = 1.35%

 GREEN value IS 2 (1.17% from 255) = 2.7%

 BLUE value IS 71 (28.13% from 255) = 95.95%

R = 1.35%
G = 2.7%
B = 95.95%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#010247 (or 0x010247) is known color: 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

RGB 1 2 71 -
CMYK 0.99 0.97 0 0.72
HSL 239.14º 0.97% 0.14% -
HSV(B) 239.14º 0.99% 0.28% -
XYZ 1.17 0.5 6 -
YUV 9.57 162.67 121.89 -
System Red Green Blue C M Y K H S L
Decimal 1 2 71 0.99 0.97 0 0.72 239.14 0.97 0.14
Hex 1 2 47 63 61 0 48 EF 61 E
Octal 1 2 107 143 141 0 110 357 141 16
Binary 1 10 1000111 1100011 1100001 0 1001000 11101111 1100001 1110

Color Harmonies of #010247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010247

Black with #010247

Text Example


Text Example

White with #010247

Text Example


Text Example

HTML Codes & Css Web 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>