Html Css Color HEX #05113E Midnight Express

📋 copy color: '#05113E'

red 5 ◦ green 17 ◦ blue 62

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

Shades of Midnight Express #05113E

Tints of Midnight Express #05113E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 73.81%

R = 5.95%
G = 20.24%
B = 73.81%

CMYK

 C value IS 0.92

 M value IS 0.73

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#05113E (or 0x05113E) is known color: Midnight Express. HEX triplet: 05, 11 and 3E. RGB value is (5,17,62). Sum of RGB (Red+Green+Blue) = 5+17+62=84 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.95% from 84); Green value is 17 (7.03% from 255 or 20.24% from 84); Blue value is 62 (24.61% from 255 or 73.81% from 84); Max value from RGB is 62 - color contains mainly: blue. Hex color #05113E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05113E is #FAEEC1. Grayscale: #121212. Windows color (decimal): -16445122 or 4067589. OLE color: 4067589.

HSL color Cylindrical-coordinate representation of color #05113E: hue angle of 227.37º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05113E is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 5 17 62 -
CMYK 0.92 0.73 0 0.76
HSL 227.37º 0.85% 0.13% -
HSV(B) 227.37º 0.92% 0.24% -
XYZ 1.13 0.78 4.65 -
YUV 18.54 152.52 118.34 -
System Red Green Blue C M Y K H S L
Decimal 5 17 62 0.92 0.73 0 0.76 227.37 0.85 0.13
Hex 5 11 3E 5C 49 0 4C E3 55 D
Octal 5 21 76 134 111 0 114 343 125 15
Binary 101 10001 111110 1011100 1001001 0 1001100 11100011 1010101 1101

Color Harmonies of #05113E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05113E

Black with #05113E

Text Example


Text Example

White with #05113E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05113E; }

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

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

background-color css

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

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

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

border-color css

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

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

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