Html Css Color HEX #05112A Midnight Express

📋 copy color: '#05112A'

red 5 ◦ green 17 ◦ blue 42

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

Shades of Midnight Express #05112A

Tints of Midnight Express #05112A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 65.63%

R = 7.81%
G = 26.56%
B = 65.63%

CMYK

 C value IS 0.88

 M value IS 0.60

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#05112A (or 0x05112A) is known color: Midnight Express. HEX triplet: 05, 11 and 2A. RGB value is (5,17,42). Sum of RGB (Red+Green+Blue) = 5+17+42=64 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.81% from 64); Green value is 17 (7.03% from 255 or 26.56% from 64); Blue value is 42 (16.80% from 255 or 65.62% from 64); Max value from RGB is 42 - color contains mainly: blue. Hex color #05112A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05112A is #FAEED5. Grayscale: #101010. Windows color (decimal): -16445142 or 2756869. OLE color: 2756869.

HSL color Cylindrical-coordinate representation of color #05112A: hue angle of 220.54º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #05112A is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 5 17 42 -
CMYK 0.88 0.60 0 0.84
HSL 220.54º 0.79% 0.09% -
HSV(B) 220.54º 0.88% 0.16% -
XYZ 0.68 0.6 2.27 -
YUV 16.26 142.52 119.97 -
System Red Green Blue C M Y K H S L
Decimal 5 17 42 0.88 0.60 0 0.84 220.54 0.79 0.09
Hex 5 11 2A 58 3C 0 54 DD 4F 9
Octal 5 21 52 130 74 0 124 335 117 11
Binary 101 10001 101010 1011000 111100 0 1010100 11011101 1001111 1001

Color Harmonies of #05112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05112A

Black with #05112A

Text Example


Text Example

White with #05112A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05112A; }

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

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

background-color css

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

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

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

border-color css

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

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

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