Html Css Color HEX #051237 Midnight Express

📋 copy color: '#051237'

red 5 ◦ green 18 ◦ blue 55

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

Shades of Midnight Express #051237

Tints of Midnight Express #051237

RGB

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

 GREEN value IS 18 (7.42% from 255) = 23.08%

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

R = 6.41%
G = 23.08%
B = 70.51%

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

#051237 (or 0x051237) is known color: Midnight Express. HEX triplet: 05, 12 and 37. RGB value is (5,18,55). Sum of RGB (Red+Green+Blue) = 5+18+55=78 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.41% from 78); Green value is 18 (7.42% from 255 or 23.08% from 78); Blue value is 55 (21.88% from 255 or 70.51% from 78); Max value from RGB is 55 - color contains mainly: blue. Hex color #051237 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051237 is #FAEDC8. Grayscale: #121212. Windows color (decimal): -16444873 or 3609093. OLE color: 3609093.

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

Color convert

RGB 5 18 55 -
CMYK 0.91 0.67 0 0.78
HSL 224.4º 0.83% 0.12% -
HSV(B) 224.4º 0.91% 0.22% -
XYZ 0.97 0.74 3.71 -
YUV 18.33 148.69 118.49 -
System Red Green Blue C M Y K H S L
Decimal 5 18 55 0.91 0.67 0 0.78 224.4 0.83 0.12
Hex 5 12 37 5B 43 0 4E E0 53 C
Octal 5 22 67 133 103 0 116 340 123 14
Binary 101 10010 110111 1011011 1000011 0 1001110 11100000 1010011 1100

Color Harmonies of #051237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051237

Black with #051237

Text Example


Text Example

White with #051237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051237; }

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

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

background-color css

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

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

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

border-color css

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

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

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