Html Css Color HEX #051838 Midnight Express

📋 copy color: '#051838'

red 5 ◦ green 24 ◦ blue 56

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

Shades of Midnight Express #051838

Tints of Midnight Express #051838

RGB

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

 GREEN value IS 24 (9.77% from 255) = 28.24%

 BLUE value IS 56 (22.27% from 255) = 65.88%

R = 5.88%
G = 28.24%
B = 65.88%

CMYK

 C value IS 0.91

 M value IS 0.57

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#051838 (or 0x051838) is known color: Midnight Express. HEX triplet: 05, 18 and 38. RGB value is (5,24,56). Sum of RGB (Red+Green+Blue) = 5+24+56=85 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.88% from 85); Green value is 24 (9.77% from 255 or 28.24% from 85); Blue value is 56 (22.27% from 255 or 65.88% from 85); Max value from RGB is 56 - color contains mainly: blue. Hex color #051838 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051838 is #FAE7C7. Grayscale: #151515. Windows color (decimal): -16443336 or 3676165. OLE color: 3676165.

HSL color Cylindrical-coordinate representation of color #051838: hue angle of 217.65º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #051838 is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 5 24 56 -
CMYK 0.91 0.57 0 0.78
HSL 217.65º 0.84% 0.12% -
HSV(B) 217.65º 0.91% 0.22% -
XYZ 1.1 0.97 3.87 -
YUV 21.97 147.21 115.9 -
System Red Green Blue C M Y K H S L
Decimal 5 24 56 0.91 0.57 0 0.78 217.65 0.84 0.12
Hex 5 18 38 5B 39 0 4E DA 54 C
Octal 5 30 70 133 71 0 116 332 124 14
Binary 101 11000 111000 1011011 111001 0 1001110 11011010 1010100 1100

Color Harmonies of #051838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051838

Black with #051838

Text Example


Text Example

White with #051838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051838; }

 p { color: rgb(5,24,56); }

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

background-color css

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

 a { background-color: rgb(5,24,56); }

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

border-color css

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

 span { border-color: rgb(5,24,56); }

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