Html Css Color HEX #110853 Midnight Blue

📋 copy color: '#110853'

red 17 ◦ green 8 ◦ blue 83

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

Shades of Midnight Blue #110853

Tints of Midnight Blue #110853

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.41%

 BLUE value IS 83 (32.81% from 255) = 76.85%

R = 15.74%
G = 7.41%
B = 76.85%

CMYK

 C value IS 0.80

 M value IS 0.90

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#110853 (or 0x110853) is known color: Midnight Blue. HEX triplet: 11, 08 and 53. RGB value is (17,8,83). Sum of RGB (Red+Green+Blue) = 17+8+83=108 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.74% from 108); Green value is 8 (3.52% from 255 or 7.41% from 108); Blue value is 83 (32.81% from 255 or 76.85% from 108); Max value from RGB is 83 - color contains mainly: blue. Hex color #110853 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110853 is #EEF7AC. Grayscale: #121212. Windows color (decimal): -15660973 or 5441553. OLE color: 5441553.

HSL color Cylindrical-coordinate representation of color #110853: hue angle of 247.2º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #110853 is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 17 8 83 -
CMYK 0.80 0.90 0 0.67
HSL 247.2º 0.82% 0.18% -
HSV(B) 247.2º 0.9% 0.33% -
XYZ 1.88 0.92 8.26 -
YUV 19.24 163.98 126.4 -
System Red Green Blue C M Y K H S L
Decimal 17 8 83 0.80 0.90 0 0.67 247.2 0.82 0.18
Hex 11 8 53 50 5A 0 43 F7 52 12
Octal 21 10 123 120 132 0 103 367 122 22
Binary 10001 1000 1010011 1010000 1011010 0 1000011 11110111 1010010 10010

Color Harmonies of #110853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110853

Black with #110853

Text Example


Text Example

White with #110853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110853; }

 p { color: rgb(17,8,83); }

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

background-color css

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

 a { background-color: rgb(17,8,83); }

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

border-color css

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

 span { border-color: rgb(17,8,83); }

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