Html Css Color HEX #051333 Midnight Express

📋 copy color: '#051333'

red 5 ◦ green 19 ◦ blue 51

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

Shades of Midnight Express #051333

Tints of Midnight Express #051333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 68%

R = 6.67%
G = 25.33%
B = 68%

CMYK

 C value IS 0.90

 M value IS 0.63

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#051333 (or 0x051333) is known color: Midnight Express. HEX triplet: 05, 13 and 33. RGB value is (5,19,51). Sum of RGB (Red+Green+Blue) = 5+19+51=75 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.67% from 75); Green value is 19 (7.81% from 255 or 25.33% from 75); Blue value is 51 (20.31% from 255 or 68% from 75); Max value from RGB is 51 - color contains mainly: blue. Hex color #051333 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051333 is #FAECCC. Grayscale: #121212. Windows color (decimal): -16444621 or 3347205. OLE color: 3347205.

HSL color Cylindrical-coordinate representation of color #051333: hue angle of 221.74º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #051333 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 5 19 51 -
CMYK 0.90 0.63 0 0.8
HSL 221.74º 0.82% 0.11% -
HSV(B) 221.74º 0.9% 0.2% -
XYZ 0.89 0.74 3.23 -
YUV 18.46 146.36 118.4 -
System Red Green Blue C M Y K H S L
Decimal 5 19 51 0.90 0.63 0 0.8 221.74 0.82 0.11
Hex 5 13 33 5A 3F 0 50 DE 52 B
Octal 5 23 63 132 77 0 120 336 122 13
Binary 101 10011 110011 1011010 111111 0 1010000 11011110 1010010 1011

Color Harmonies of #051333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051333

Black with #051333

Text Example


Text Example

White with #051333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051333; }

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

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

background-color css

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

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

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

border-color css

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

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

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