Html Css Color HEX #11136E Midnight Blue

📋 copy color: '#11136E'

red 17 ◦ green 19 ◦ blue 110

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

Shades of Midnight Blue #11136E

Tints of Midnight Blue #11136E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.01%

 BLUE value IS 110 (43.36% from 255) = 75.34%

R = 11.64%
G = 13.01%
B = 75.34%

CMYK

 C value IS 0.85

 M value IS 0.83

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#11136E (or 0x11136E) is known color: Midnight Blue. HEX triplet: 11, 13 and 6E. RGB value is (17,19,110). Sum of RGB (Red+Green+Blue) = 17+19+110=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 19 (7.81% from 255 or 13.01% from 146); Blue value is 110 (43.36% from 255 or 75.34% from 146); Max value from RGB is 110 - color contains mainly: blue. Hex color #11136E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11136E is #EEEC91. Grayscale: #1C1C1C. Windows color (decimal): -15658130 or 7213841. OLE color: 7213841.

HSL color Cylindrical-coordinate representation of color #11136E: hue angle of 238.71º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11136E is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 17 19 110 -
CMYK 0.85 0.83 0 0.57
HSL 238.71º 0.73% 0.25% -
HSV(B) 238.71º 0.85% 0.43% -
XYZ 3.28 1.71 14.91 -
YUV 28.78 173.84 119.6 -
System Red Green Blue C M Y K H S L
Decimal 17 19 110 0.85 0.83 0 0.57 238.71 0.73 0.25
Hex 11 13 6E 55 53 0 39 EF 49 19
Octal 21 23 156 125 123 0 71 357 111 31
Binary 10001 10011 1101110 1010101 1010011 0 111001 11101111 1001001 11001

Color Harmonies of #11136E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11136E

Black with #11136E

Text Example


Text Example

White with #11136E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11136E; }

 p { color: rgb(17,19,110); }

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

background-color css

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

 a { background-color: rgb(17,19,110); }

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

border-color css

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

 span { border-color: rgb(17,19,110); }

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