Html Css Color HEX #111A83 Midnight Blue

📋 copy color: '#111A83'

red 17 ◦ green 26 ◦ blue 131

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

Shades of Midnight Blue #111A83

Tints of Midnight Blue #111A83

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.94%

 BLUE value IS 131 (51.56% from 255) = 75.29%

R = 9.77%
G = 14.94%
B = 75.29%

CMYK

 C value IS 0.87

 M value IS 0.80

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#111A83 (or 0x111A83) is known color: Midnight Blue. HEX triplet: 11, 1A and 83. RGB value is (17,26,131). Sum of RGB (Red+Green+Blue) = 17+26+131=174 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.77% from 174); Green value is 26 (10.55% from 255 or 14.94% from 174); Blue value is 131 (51.56% from 255 or 75.29% from 174); Max value from RGB is 131 - color contains mainly: blue. Hex color #111A83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111A83 is #EEE57C. Grayscale: #222222. Windows color (decimal): -15656317 or 8591889. OLE color: 8591889.

HSL color Cylindrical-coordinate representation of color #111A83: hue angle of 235.26º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #111A83 is Cyan = 0.87, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 17 26 131 -
CMYK 0.87 0.80 0 0.49
HSL 235.26º 0.77% 0.29% -
HSV(B) 235.26º 0.87% 0.51% -
XYZ 4.7 2.5 21.71 -
YUV 35.28 182.02 114.96 -
System Red Green Blue C M Y K H S L
Decimal 17 26 131 0.87 0.80 0 0.49 235.26 0.77 0.29
Hex 11 1A 83 57 50 0 31 EB 4D 1D
Octal 21 32 203 127 120 0 61 353 115 35
Binary 10001 11010 10000011 1010111 1010000 0 110001 11101011 1001101 11101

Color Harmonies of #111A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111A83

Black with #111A83

Text Example


Text Example

White with #111A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111A83; }

 p { color: rgb(17,26,131); }

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

background-color css

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

 a { background-color: rgb(17,26,131); }

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

border-color css

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

 span { border-color: rgb(17,26,131); }

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