Html Css Color HEX #051835 Midnight Express

📋 copy color: '#051835'

red 5 ◦ green 24 ◦ blue 53

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

Shades of Midnight Express #051835

Tints of Midnight Express #051835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 64.63%

R = 6.1%
G = 29.27%
B = 64.63%

CMYK

 C value IS 0.91

 M value IS 0.55

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#051835 (or 0x051835) is known color: Midnight Express. HEX triplet: 05, 18 and 35. RGB value is (5,24,53). Sum of RGB (Red+Green+Blue) = 5+24+53=82 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.10% from 82); Green value is 24 (9.77% from 255 or 29.27% from 82); Blue value is 53 (21.09% from 255 or 64.63% from 82); Max value from RGB is 53 - color contains mainly: blue. Hex color #051835 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051835 is #FAE7CA. Grayscale: #151515. Windows color (decimal): -16443339 or 3479557. OLE color: 3479557.

HSL color Cylindrical-coordinate representation of color #051835: hue angle of 216.25º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #051835 is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 5 24 53 -
CMYK 0.91 0.55 0 0.79
HSL 216.25º 0.83% 0.11% -
HSV(B) 216.25º 0.91% 0.21% -
XYZ 1.03 0.94 3.5 -
YUV 21.63 145.71 116.14 -
System Red Green Blue C M Y K H S L
Decimal 5 24 53 0.91 0.55 0 0.79 216.25 0.83 0.11
Hex 5 18 35 5B 37 0 4F D8 53 B
Octal 5 30 65 133 67 0 117 330 123 13
Binary 101 11000 110101 1011011 110111 0 1001111 11011000 1010011 1011

Color Harmonies of #051835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051835

Black with #051835

Text Example


Text Example

White with #051835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051835; }

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

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

background-color css

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

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

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

border-color css

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

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

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