Html Css Color HEX #05112C Midnight Express

📋 copy color: '#05112C'

red 5 ◦ green 17 ◦ blue 44

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

Shades of Midnight Express #05112C

Tints of Midnight Express #05112C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 66.67%

R = 7.58%
G = 25.76%
B = 66.67%

CMYK

 C value IS 0.89

 M value IS 0.61

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#05112C (or 0x05112C) is known color: Midnight Express. HEX triplet: 05, 11 and 2C. RGB value is (5,17,44). Sum of RGB (Red+Green+Blue) = 5+17+44=66 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.58% from 66); Green value is 17 (7.03% from 255 or 25.76% from 66); Blue value is 44 (17.58% from 255 or 66.67% from 66); Max value from RGB is 44 - color contains mainly: blue. Hex color #05112C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05112C is #FAEED3. Grayscale: #101010. Windows color (decimal): -16445140 or 2887941. OLE color: 2887941.

HSL color Cylindrical-coordinate representation of color #05112C: hue angle of 221.54º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #05112C is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 5 17 44 -
CMYK 0.89 0.61 0 0.83
HSL 221.54º 0.8% 0.1% -
HSV(B) 221.54º 0.89% 0.17% -
XYZ 0.72 0.62 2.46 -
YUV 16.49 143.52 119.8 -
System Red Green Blue C M Y K H S L
Decimal 5 17 44 0.89 0.61 0 0.83 221.54 0.8 0.1
Hex 5 11 2C 59 3D 0 53 DE 50 A
Octal 5 21 54 131 75 0 123 336 120 12
Binary 101 10001 101100 1011001 111101 0 1010011 11011110 1010000 1010

Color Harmonies of #05112C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05112C

Black with #05112C

Text Example


Text Example

White with #05112C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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