Html Css Color HEX #051244 Midnight Express

📋 copy color: '#051244'

red 5 ◦ green 18 ◦ blue 68

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

Shades of Midnight Express #051244

Tints of Midnight Express #051244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 74.73%

R = 5.49%
G = 19.78%
B = 74.73%

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

#051244 (or 0x051244) is known color: Midnight Express. HEX triplet: 05, 12 and 44. RGB value is (5,18,68). Sum of RGB (Red+Green+Blue) = 5+18+68=91 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.49% from 91); Green value is 18 (7.42% from 255 or 19.78% from 91); Blue value is 68 (26.95% from 255 or 74.73% from 91); Max value from RGB is 68 - color contains mainly: blue. Hex color #051244 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051244 is #FAEDBB. Grayscale: #131313. Windows color (decimal): -16444860 or 4461061. OLE color: 4461061.

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

Color convert

RGB 5 18 68 -
CMYK 0.93 0.74 0 0.73
HSL 227.62º 0.86% 0.14% -
HSV(B) 227.62º 0.93% 0.27% -
XYZ 1.32 0.88 5.57 -
YUV 19.81 155.19 117.43 -
System Red Green Blue C M Y K H S L
Decimal 5 18 68 0.93 0.74 0 0.73 227.62 0.86 0.14
Hex 5 12 44 5D 4A 0 49 E4 56 E
Octal 5 22 104 135 112 0 111 344 126 16
Binary 101 10010 1000100 1011101 1001010 0 1001001 11100100 1010110 1110

Color Harmonies of #051244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051244

Black with #051244

Text Example


Text Example

White with #051244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051244; }

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

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

background-color css

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

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

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

border-color css

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

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

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