Html Css Color HEX #051339 Midnight Express

📋 copy color: '#051339'

red 5 ◦ green 19 ◦ blue 57

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

Shades of Midnight Express #051339

Tints of Midnight Express #051339

RGB

 RED value IS 5 (2.34% from 255) = 6.17%

 GREEN value IS 19 (7.81% from 255) = 23.46%

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

R = 6.17%
G = 23.46%
B = 70.37%

CMYK

 C value IS 0.91

 M value IS 0.67

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#051339 (or 0x051339) is known color: Midnight Express. HEX triplet: 05, 13 and 39. RGB value is (5,19,57). Sum of RGB (Red+Green+Blue) = 5+19+57=81 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.17% from 81); Green value is 19 (7.81% from 255 or 23.46% from 81); Blue value is 57 (22.66% from 255 or 70.37% from 81); Max value from RGB is 57 - color contains mainly: blue. Hex color #051339 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051339 is #FAECC6. Grayscale: #121212. Windows color (decimal): -16444615 or 3740421. OLE color: 3740421.

HSL color Cylindrical-coordinate representation of color #051339: hue angle of 223.85º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #051339 is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 5 19 57 -
CMYK 0.91 0.67 0 0.78
HSL 223.85º 0.84% 0.12% -
HSV(B) 223.85º 0.91% 0.22% -
XYZ 1.03 0.79 3.97 -
YUV 19.15 149.36 117.91 -
System Red Green Blue C M Y K H S L
Decimal 5 19 57 0.91 0.67 0 0.78 223.85 0.84 0.12
Hex 5 13 39 5B 43 0 4E E0 54 C
Octal 5 23 71 133 103 0 116 340 124 14
Binary 101 10011 111001 1011011 1000011 0 1001110 11100000 1010100 1100

Color Harmonies of #051339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051339

Black with #051339

Text Example


Text Example

White with #051339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051339; }

 p { color: rgb(5,19,57); }

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

background-color css

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

 a { background-color: rgb(5,19,57); }

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

border-color css

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

 span { border-color: rgb(5,19,57); }

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