Html Css Color HEX #051246 Midnight Express

📋 copy color: '#051246'

red 5 ◦ green 18 ◦ blue 70

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

Shades of Midnight Express #051246

Tints of Midnight Express #051246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 75.27%

R = 5.38%
G = 19.35%
B = 75.27%

CMYK

 C value IS 0.93

 M value IS 0.74

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#051246 (or 0x051246) is known color: Midnight Express. HEX triplet: 05, 12 and 46. RGB value is (5,18,70). Sum of RGB (Red+Green+Blue) = 5+18+70=93 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.38% from 93); Green value is 18 (7.42% from 255 or 19.35% from 93); Blue value is 70 (27.73% from 255 or 75.27% from 93); Max value from RGB is 70 - color contains mainly: blue. Hex color #051246 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051246 is #FAEDB9. Grayscale: #131313. Windows color (decimal): -16444858 or 4592133. OLE color: 4592133.

HSL color Cylindrical-coordinate representation of color #051246: hue angle of 228º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #051246 is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 5 18 70 -
CMYK 0.93 0.74 0 0.73
HSL 228º 0.87% 0.15% -
HSV(B) 228º 0.93% 0.27% -
XYZ 1.38 0.91 5.9 -
YUV 20.04 156.19 117.27 -
System Red Green Blue C M Y K H S L
Decimal 5 18 70 0.93 0.74 0 0.73 228 0.87 0.15
Hex 5 12 46 5D 4A 0 49 E4 57 F
Octal 5 22 106 135 112 0 111 344 127 17
Binary 101 10010 1000110 1011101 1001010 0 1001001 11100100 1010111 1111

Color Harmonies of #051246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051246

Black with #051246

Text Example


Text Example

White with #051246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051246; }

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

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

background-color css

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

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

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

border-color css

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

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

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