Html Css Color HEX #111253 Midnight Blue

📋 copy color: '#111253'

red 17 ◦ green 18 ◦ blue 83

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

Shades of Midnight Blue #111253

Tints of Midnight Blue #111253

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.25%

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

R = 14.41%
G = 15.25%
B = 70.34%

CMYK

 C value IS 0.80

 M value IS 0.78

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#111253 (or 0x111253) is known color: Midnight Blue. HEX triplet: 11, 12 and 53. RGB value is (17,18,83). Sum of RGB (Red+Green+Blue) = 17+18+83=118 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.41% from 118); Green value is 18 (7.42% from 255 or 15.25% from 118); Blue value is 83 (32.81% from 255 or 70.34% from 118); Max value from RGB is 83 - color contains mainly: blue. Hex color #111253 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111253 is #EEEDAC. Grayscale: #181818. Windows color (decimal): -15658413 or 5444113. OLE color: 5444113.

HSL color Cylindrical-coordinate representation of color #111253: hue angle of 239.09º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #111253 is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 17 18 83 -
CMYK 0.80 0.78 0 0.67
HSL 239.09º 0.66% 0.2% -
HSV(B) 239.09º 0.8% 0.33% -
XYZ 2.01 1.18 8.3 -
YUV 25.11 160.67 122.21 -
System Red Green Blue C M Y K H S L
Decimal 17 18 83 0.80 0.78 0 0.67 239.09 0.66 0.2
Hex 11 12 53 50 4E 0 43 EF 42 14
Octal 21 22 123 120 116 0 103 357 102 24
Binary 10001 10010 1010011 1010000 1001110 0 1000011 11101111 1000010 10100

Color Harmonies of #111253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111253

Black with #111253

Text Example


Text Example

White with #111253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111253; }

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

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

background-color css

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

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

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

border-color css

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

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

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