Html Css Color HEX #051337 Midnight Express

📋 copy color: '#051337'

red 5 ◦ green 19 ◦ blue 55

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

Shades of Midnight Express #051337

Tints of Midnight Express #051337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 69.62%

R = 6.33%
G = 24.05%
B = 69.62%

CMYK

 C value IS 0.91

 M value IS 0.65

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#051337 (or 0x051337) is known color: Midnight Express. HEX triplet: 05, 13 and 37. RGB value is (5,19,55). Sum of RGB (Red+Green+Blue) = 5+19+55=79 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.33% from 79); Green value is 19 (7.81% from 255 or 24.05% from 79); Blue value is 55 (21.88% from 255 or 69.62% from 79); Max value from RGB is 55 - color contains mainly: blue. Hex color #051337 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051337 is #FAECC8. Grayscale: #121212. Windows color (decimal): -16444617 or 3609349. OLE color: 3609349.

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

Color convert

RGB 5 19 55 -
CMYK 0.91 0.65 0 0.78
HSL 223.2º 0.83% 0.12% -
HSV(B) 223.2º 0.91% 0.22% -
XYZ 0.99 0.77 3.71 -
YUV 18.92 148.36 118.07 -
System Red Green Blue C M Y K H S L
Decimal 5 19 55 0.91 0.65 0 0.78 223.2 0.83 0.12
Hex 5 13 37 5B 41 0 4E DF 53 C
Octal 5 23 67 133 101 0 116 337 123 14
Binary 101 10011 110111 1011011 1000001 0 1001110 11011111 1010011 1100

Color Harmonies of #051337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051337

Black with #051337

Text Example


Text Example

White with #051337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051337; }

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

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

background-color css

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

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

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

border-color css

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

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

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