Html Css Color HEX #111053 Midnight Blue

📋 copy color: '#111053'

red 17 ◦ green 16 ◦ blue 83

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

Shades of Midnight Blue #111053

Tints of Midnight Blue #111053

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.79%

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

R = 14.66%
G = 13.79%
B = 71.55%

CMYK

 C value IS 0.80

 M value IS 0.81

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#111053 (or 0x111053) is known color: Midnight Blue. HEX triplet: 11, 10 and 53. RGB value is (17,16,83). Sum of RGB (Red+Green+Blue) = 17+16+83=116 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.66% from 116); Green value is 16 (6.64% from 255 or 13.79% from 116); Blue value is 83 (32.81% from 255 or 71.55% from 116); Max value from RGB is 83 - color contains mainly: blue. Hex color #111053 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111053 is #EEEFAC. Grayscale: #171717. Windows color (decimal): -15658925 or 5443601. OLE color: 5443601.

HSL color Cylindrical-coordinate representation of color #111053: hue angle of 240.9º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #111053 is Cyan = 0.80, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 17 16 83 -
CMYK 0.80 0.81 0 0.67
HSL 240.9º 0.68% 0.19% -
HSV(B) 240.9º 0.81% 0.33% -
XYZ 1.98 1.11 8.29 -
YUV 23.94 161.33 123.05 -
System Red Green Blue C M Y K H S L
Decimal 17 16 83 0.80 0.81 0 0.67 240.9 0.68 0.19
Hex 11 10 53 50 51 0 43 F1 44 13
Octal 21 20 123 120 121 0 103 361 104 23
Binary 10001 10000 1010011 1010000 1010001 0 1000011 11110001 1000100 10011

Color Harmonies of #111053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111053

Black with #111053

Text Example


Text Example

White with #111053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111053; }

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

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

background-color css

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

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

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

border-color css

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

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

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