Html Css Color HEX #001439 Midnight Express

📋 copy color: '#001439'

red 0 ◦ green 20 ◦ blue 57

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

Shades of Midnight Express #001439

Tints of Midnight Express #001439

RGB

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

 GREEN value IS 20 (8.2% from 255) = 25.97%

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

R = 0%
G = 25.97%
B = 74.03%

CMYK

 C value IS 1

 M value IS 0.65

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#001439 (or 0x001439) is known color: Midnight Express. HEX triplet: 00, 14 and 39. RGB value is (0,20,57). Sum of RGB (Red+Green+Blue) = 0+20+57=77 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 77); Green value is 20 (8.20% from 255 or 25.97% from 77); Blue value is 57 (22.66% from 255 or 74.03% from 77); Max value from RGB is 57 - color contains mainly: blue. Hex color #001439 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001439 is #FFEBC6. Grayscale: #121212. Windows color (decimal): -16772039 or 3740672. OLE color: 3740672.

HSL color Cylindrical-coordinate representation of color #001439: hue angle of 218.95º 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 #001439 is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 0 20 57 -
CMYK 1 0.65 0 0.78
HSL 218.95º 1% 0.11% -
HSV(B) 218.95º 1% 0.22% -
XYZ 0.99 0.8 3.97 -
YUV 18.24 149.87 114.99 -
System Red Green Blue C M Y K H S L
Decimal 0 20 57 1 0.65 0 0.78 218.95 1 0.11
Hex 0 14 39 64 41 0 4E DB 64 B
Octal 0 24 71 144 101 0 116 333 144 13
Binary 0 10100 111001 1100100 1000001 0 1001110 11011011 1100100 1011

Color Harmonies of #001439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001439

Black with #001439

Text Example


Text Example

White with #001439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001439; }

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

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

background-color css

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

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

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

border-color css

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

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

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