Html Css Color HEX #051842 Midnight Express

📋 copy color: '#051842'

red 5 ◦ green 24 ◦ blue 66

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

Shades of Midnight Express #051842

Tints of Midnight Express #051842

RGB

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

 GREEN value IS 24 (9.77% from 255) = 25.26%

 BLUE value IS 66 (26.17% from 255) = 69.47%

R = 5.26%
G = 25.26%
B = 69.47%

CMYK

 C value IS 0.92

 M value IS 0.64

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#051842 (or 0x051842) is known color: Midnight Express. HEX triplet: 05, 18 and 42. RGB value is (5,24,66). Sum of RGB (Red+Green+Blue) = 5+24+66=95 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.26% from 95); Green value is 24 (9.77% from 255 or 25.26% from 95); Blue value is 66 (26.17% from 255 or 69.47% from 95); Max value from RGB is 66 - color contains mainly: blue. Hex color #051842 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051842 is #FAE7BD. Grayscale: #161616. Windows color (decimal): -16443326 or 4331525. OLE color: 4331525.

HSL color Cylindrical-coordinate representation of color #051842: hue angle of 221.31º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #051842 is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 5 24 66 -
CMYK 0.92 0.64 0 0.74
HSL 221.31º 0.86% 0.14% -
HSV(B) 221.31º 0.92% 0.26% -
XYZ 1.37 1.08 5.29 -
YUV 23.11 152.21 115.08 -
System Red Green Blue C M Y K H S L
Decimal 5 24 66 0.92 0.64 0 0.74 221.31 0.86 0.14
Hex 5 18 42 5C 40 0 4A DD 56 E
Octal 5 30 102 134 100 0 112 335 126 16
Binary 101 11000 1000010 1011100 1000000 0 1001010 11011101 1010110 1110

Color Harmonies of #051842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051842

Black with #051842

Text Example


Text Example

White with #051842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051842; }

 p { color: rgb(5,24,66); }

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

background-color css

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

 a { background-color: rgb(5,24,66); }

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

border-color css

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

 span { border-color: rgb(5,24,66); }

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