Html Css Color HEX #010039 Midnight Express

📋 copy color: '#010039'

red 1 ◦ green 0 ◦ blue 57

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

Shades of Midnight Express #010039

Tints of Midnight Express #010039

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 57 (22.66% from 255) = 98.28%

R = 1.72%
G = 0%
B = 98.28%

CMYK

 C value IS 0.98

 M value IS 1

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#010039 (or 0x010039) is known color: Midnight Express. HEX triplet: 01, 00 and 39. RGB value is (1,0,57). Sum of RGB (Red+Green+Blue) = 1+0+57=58 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.72% from 58); Green value is 0 (0.39% from 255 or 0% from 58); Blue value is 57 (22.66% from 255 or 98.28% from 58); Max value from RGB is 57 - color contains mainly: blue. Hex color #010039 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010039 is #FEFFC6. Grayscale: #060606. Windows color (decimal): -16711623 or 3735553. OLE color: 3735553.

HSL color Cylindrical-coordinate representation of color #010039: hue angle of 241.05º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010039 is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 1 0 57 -
CMYK 0.98 1 0 0.78
HSL 241.05º 1% 0.11% -
HSV(B) 241.05º 1% 0.22% -
XYZ 0.75 0.3 3.89 -
YUV 6.8 156.33 123.87 -
System Red Green Blue C M Y K H S L
Decimal 1 0 57 0.98 1 0 0.78 241.05 1 0.11
Hex 1 0 39 62 64 0 4E F1 64 B
Octal 1 0 71 142 144 0 116 361 144 13
Binary 1 0 111001 1100010 1100100 0 1001110 11110001 1100100 1011

Color Harmonies of #010039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010039

Black with #010039

Text Example


Text Example

White with #010039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010039; }

 p { color: rgb(1,0,57); }

 H1.HeaderClassName
 {
   color: #010039;
 }
 .AnyTagClassName
 {
   color: #010039;
 }
</style>

background-color css

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

 a { background-color: rgb(1,0,57); }

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

border-color css

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

 span { border-color: rgb(1,0,57); }

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