Html Css Color HEX #051248 Midnight Express

📋 copy color: '#051248'

red 5 ◦ green 18 ◦ blue 72

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

Shades of Midnight Express #051248

Tints of Midnight Express #051248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 75.79%

R = 5.26%
G = 18.95%
B = 75.79%

CMYK

 C value IS 0.93

 M value IS 0.75

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#051248 (or 0x051248) is known color: Midnight Express. HEX triplet: 05, 12 and 48. RGB value is (5,18,72). Sum of RGB (Red+Green+Blue) = 5+18+72=95 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.26% from 95); Green value is 18 (7.42% from 255 or 18.95% from 95); Blue value is 72 (28.52% from 255 or 75.79% from 95); Max value from RGB is 72 - color contains mainly: blue. Hex color #051248 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051248 is #FAEDB7. Grayscale: #141414. Windows color (decimal): -16444856 or 4723205. OLE color: 4723205.

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

Color convert

RGB 5 18 72 -
CMYK 0.93 0.75 0 0.72
HSL 228.36º 0.87% 0.15% -
HSV(B) 228.36º 0.93% 0.28% -
XYZ 1.45 0.93 6.23 -
YUV 20.27 157.19 117.11 -
System Red Green Blue C M Y K H S L
Decimal 5 18 72 0.93 0.75 0 0.72 228.36 0.87 0.15
Hex 5 12 48 5D 4B 0 48 E4 57 F
Octal 5 22 110 135 113 0 110 344 127 17
Binary 101 10010 1001000 1011101 1001011 0 1001000 11100100 1010111 1111

Color Harmonies of #051248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051248

Black with #051248

Text Example


Text Example

White with #051248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051248; }

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

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

background-color css

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

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

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

border-color css

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

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

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