Html Css Color HEX #051B43 Midnight Express

📋 copy color: '#051B43'

red 5 ◦ green 27 ◦ blue 67

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

Shades of Midnight Express #051B43

Tints of Midnight Express #051B43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 67.68%

R = 5.05%
G = 27.27%
B = 67.68%

CMYK

 C value IS 0.93

 M value IS 0.60

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#051B43 (or 0x051B43) is known color: Midnight Express. HEX triplet: 05, 1B and 43. RGB value is (5,27,67). Sum of RGB (Red+Green+Blue) = 5+27+67=99 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5.05% from 99); Green value is 27 (10.94% from 255 or 27.27% from 99); Blue value is 67 (26.56% from 255 or 67.68% from 99); Max value from RGB is 67 - color contains mainly: blue. Hex color #051B43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051B43 is #FAE4BC. Grayscale: #181818. Windows color (decimal): -16442557 or 4397829. OLE color: 4397829.

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

Color convert

RGB 5 27 67 -
CMYK 0.93 0.60 0 0.74
HSL 218.71º 0.86% 0.14% -
HSV(B) 218.71º 0.93% 0.26% -
XYZ 1.47 1.22 5.47 -
YUV 24.98 151.71 113.75 -
System Red Green Blue C M Y K H S L
Decimal 5 27 67 0.93 0.60 0 0.74 218.71 0.86 0.14
Hex 5 1B 43 5D 3C 0 4A DB 56 E
Octal 5 33 103 135 74 0 112 333 126 16
Binary 101 11011 1000011 1011101 111100 0 1001010 11011011 1010110 1110

Color Harmonies of #051B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051B43

Black with #051B43

Text Example


Text Example

White with #051B43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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