Html Css Color HEX #051834 Midnight Express

📋 copy color: '#051834'

red 5 ◦ green 24 ◦ blue 52

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

Shades of Midnight Express #051834

Tints of Midnight Express #051834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 64.2%

R = 6.17%
G = 29.63%
B = 64.2%

CMYK

 C value IS 0.90

 M value IS 0.54

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#051834 (or 0x051834) is known color: Midnight Express. HEX triplet: 05, 18 and 34. RGB value is (5,24,52). Sum of RGB (Red+Green+Blue) = 5+24+52=81 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.17% from 81); Green value is 24 (9.77% from 255 or 29.63% from 81); Blue value is 52 (20.70% from 255 or 64.20% from 81); Max value from RGB is 52 - color contains mainly: blue. Hex color #051834 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051834 is #FAE7CB. Grayscale: #151515. Windows color (decimal): -16443340 or 3414021. OLE color: 3414021.

HSL color Cylindrical-coordinate representation of color #051834: hue angle of 215.74º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #051834 is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 5 24 52 -
CMYK 0.90 0.54 0 0.80
HSL 215.74º 0.82% 0.11% -
HSV(B) 215.74º 0.9% 0.2% -
XYZ 1.01 0.93 3.38 -
YUV 21.51 145.21 116.22 -
System Red Green Blue C M Y K H S L
Decimal 5 24 52 0.90 0.54 0 0.80 215.74 0.82 0.11
Hex 5 18 34 5A 36 0 50 D8 52 B
Octal 5 30 64 132 66 0 120 330 122 13
Binary 101 11000 110100 1011010 110110 0 1010000 11011000 1010010 1011

Color Harmonies of #051834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051834

Black with #051834

Text Example


Text Example

White with #051834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051834; }

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

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

background-color css

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

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

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

border-color css

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

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

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