Html Css Color HEX #051135 Midnight Express

📋 copy color: '#051135'

red 5 ◦ green 17 ◦ blue 53

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

Shades of Midnight Express #051135

Tints of Midnight Express #051135

RGB

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

 GREEN value IS 17 (7.03% from 255) = 22.67%

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

R = 6.67%
G = 22.67%
B = 70.67%

CMYK

 C value IS 0.91

 M value IS 0.68

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#051135 (or 0x051135) is known color: Midnight Express. HEX triplet: 05, 11 and 35. RGB value is (5,17,53). Sum of RGB (Red+Green+Blue) = 5+17+53=75 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.67% from 75); Green value is 17 (7.03% from 255 or 22.67% from 75); Blue value is 53 (21.09% from 255 or 70.67% from 75); Max value from RGB is 53 - color contains mainly: blue. Hex color #051135 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051135 is #FAEECA. Grayscale: #111111. Windows color (decimal): -16445131 or 3477765. OLE color: 3477765.

HSL color Cylindrical-coordinate representation of color #051135: hue angle of 225º 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 #051135 is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 5 17 53 -
CMYK 0.91 0.68 0 0.79
HSL 225º 0.83% 0.11% -
HSV(B) 225º 0.91% 0.21% -
XYZ 0.91 0.69 3.45 -
YUV 17.52 148.02 119.07 -
System Red Green Blue C M Y K H S L
Decimal 5 17 53 0.91 0.68 0 0.79 225 0.83 0.11
Hex 5 11 35 5B 44 0 4F E1 53 B
Octal 5 21 65 133 104 0 117 341 123 13
Binary 101 10001 110101 1011011 1000100 0 1001111 11100001 1010011 1011

Color Harmonies of #051135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051135

Black with #051135

Text Example


Text Example

White with #051135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051135; }

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

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

background-color css

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

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

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

border-color css

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

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

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