Html Css Color HEX #051334 Midnight Express

📋 copy color: '#051334'

red 5 ◦ green 19 ◦ blue 52

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

Shades of Midnight Express #051334

Tints of Midnight Express #051334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 68.42%

R = 6.58%
G = 25%
B = 68.42%

CMYK

 C value IS 0.90

 M value IS 0.63

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#051334 (or 0x051334) is known color: Midnight Express. HEX triplet: 05, 13 and 34. RGB value is (5,19,52). Sum of RGB (Red+Green+Blue) = 5+19+52=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 19 (7.81% from 255 or 25% from 76); Blue value is 52 (20.70% from 255 or 68.42% from 76); Max value from RGB is 52 - color contains mainly: blue. Hex color #051334 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051334 is #FAECCB. Grayscale: #121212. Windows color (decimal): -16444620 or 3412741. OLE color: 3412741.

HSL color Cylindrical-coordinate representation of color #051334: hue angle of 222.13º 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 #051334 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 5 19 52 -
CMYK 0.90 0.63 0 0.80
HSL 222.13º 0.82% 0.11% -
HSV(B) 222.13º 0.9% 0.2% -
XYZ 0.92 0.75 3.34 -
YUV 18.58 146.86 118.32 -
System Red Green Blue C M Y K H S L
Decimal 5 19 52 0.90 0.63 0 0.80 222.13 0.82 0.11
Hex 5 13 34 5A 3F 0 50 DE 52 B
Octal 5 23 64 132 77 0 120 336 122 13
Binary 101 10011 110100 1011010 111111 0 1010000 11011110 1010010 1011

Color Harmonies of #051334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051334

Black with #051334

Text Example


Text Example

White with #051334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051334; }

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

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

background-color css

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

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

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

border-color css

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

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

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