Html Css Color HEX #051B44 Midnight Express

📋 copy color: '#051B44'

red 5 ◦ green 27 ◦ blue 68

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

Shades of Midnight Express #051B44

Tints of Midnight Express #051B44

RGB

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

 GREEN value IS 27 (10.94% from 255) = 27%

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

R = 5%
G = 27%
B = 68%

CMYK

 C value IS 0.93

 M value IS 0.60

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#051B44 (or 0x051B44) is known color: Midnight Express. HEX triplet: 05, 1B and 44. RGB value is (5,27,68). Sum of RGB (Red+Green+Blue) = 5+27+68=100 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5% from 100); Green value is 27 (10.94% from 255 or 27% from 100); Blue value is 68 (26.95% from 255 or 68% from 100); Max value from RGB is 68 - color contains mainly: blue. Hex color #051B44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051B44 is #FAE4BB. Grayscale: #181818. Windows color (decimal): -16442556 or 4463365. OLE color: 4463365.

HSL color Cylindrical-coordinate representation of color #051B44: hue angle of 219.05º 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 #051B44 is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 5 27 68 -
CMYK 0.93 0.60 0 0.73
HSL 219.05º 0.86% 0.14% -
HSV(B) 219.05º 0.93% 0.27% -
XYZ 1.5 1.23 5.63 -
YUV 25.1 152.21 113.67 -
System Red Green Blue C M Y K H S L
Decimal 5 27 68 0.93 0.60 0 0.73 219.05 0.86 0.14
Hex 5 1B 44 5D 3C 0 49 DB 56 E
Octal 5 33 104 135 74 0 111 333 126 16
Binary 101 11011 1000100 1011101 111100 0 1001001 11011011 1010110 1110

Color Harmonies of #051B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051B44

Black with #051B44

Text Example


Text Example

White with #051B44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051B44; }

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

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

background-color css

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

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

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

border-color css

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

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

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