Html Css Color HEX #110552 Midnight Blue

📋 copy color: '#110552'

red 17 ◦ green 5 ◦ blue 82

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

Shades of Midnight Blue #110552

Tints of Midnight Blue #110552

RGB

 RED value IS 17 (7.03% from 255) = 16.35%

 GREEN value IS 5 (2.34% from 255) = 4.81%

 BLUE value IS 82 (32.42% from 255) = 78.85%

R = 16.35%
G = 4.81%
B = 78.85%

CMYK

 C value IS 0.79

 M value IS 0.94

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#110552 (or 0x110552) is known color: Midnight Blue. HEX triplet: 11, 05 and 52. RGB value is (17,5,82). Sum of RGB (Red+Green+Blue) = 17+5+82=104 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.35% from 104); Green value is 5 (2.34% from 255 or 4.81% from 104); Blue value is 82 (32.42% from 255 or 78.85% from 104); Max value from RGB is 82 - color contains mainly: blue. Hex color #110552 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110552 is #EEFAAD. Grayscale: #111111. Windows color (decimal): -15661742 or 5375249. OLE color: 5375249.

HSL color Cylindrical-coordinate representation of color #110552: hue angle of 249.35º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110552 is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 17 5 82 -
CMYK 0.79 0.94 0 0.68
HSL 249.35º 0.89% 0.17% -
HSV(B) 249.35º 0.94% 0.32% -
XYZ 1.81 0.84 8.05 -
YUV 17.37 164.48 127.74 -
System Red Green Blue C M Y K H S L
Decimal 17 5 82 0.79 0.94 0 0.68 249.35 0.89 0.17
Hex 11 5 52 4F 5E 0 44 F9 59 11
Octal 21 5 122 117 136 0 104 371 131 21
Binary 10001 101 1010010 1001111 1011110 0 1000100 11111001 1011001 10001

Color Harmonies of #110552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110552

Black with #110552

Text Example


Text Example

White with #110552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110552; }

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

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

background-color css

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

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

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

border-color css

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

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

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