Html Css Color HEX #111D75 Midnight Blue

📋 copy color: '#111D75'

red 17 ◦ green 29 ◦ blue 117

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

Shades of Midnight Blue #111D75

Tints of Midnight Blue #111D75

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.79%

 BLUE value IS 117 (46.09% from 255) = 71.78%

R = 10.43%
G = 17.79%
B = 71.78%

CMYK

 C value IS 0.85

 M value IS 0.75

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#111D75 (or 0x111D75) is known color: Midnight Blue. HEX triplet: 11, 1D and 75. RGB value is (17,29,117). Sum of RGB (Red+Green+Blue) = 17+29+117=163 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.43% from 163); Green value is 29 (11.72% from 255 or 17.79% from 163); Blue value is 117 (46.09% from 255 or 71.78% from 163); Max value from RGB is 117 - color contains mainly: blue. Hex color #111D75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111D75 is #EEE28A. Grayscale: #232323. Windows color (decimal): -15655563 or 7675153. OLE color: 7675153.

HSL color Cylindrical-coordinate representation of color #111D75: hue angle of 232.8º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #111D75 is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 17 29 117 -
CMYK 0.85 0.75 0 0.54
HSL 232.8º 0.75% 0.26% -
HSV(B) 232.8º 0.85% 0.46% -
XYZ 3.88 2.28 17.07 -
YUV 35.44 174.02 114.84 -
System Red Green Blue C M Y K H S L
Decimal 17 29 117 0.85 0.75 0 0.54 232.8 0.75 0.26
Hex 11 1D 75 55 4B 0 36 E9 4B 1A
Octal 21 35 165 125 113 0 66 351 113 32
Binary 10001 11101 1110101 1010101 1001011 0 110110 11101001 1001011 11010

Color Harmonies of #111D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111D75

Black with #111D75

Text Example


Text Example

White with #111D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,29,117); }

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

background-color css

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

 a { background-color: rgb(17,29,117); }

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

border-color css

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

 span { border-color: rgb(17,29,117); }

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