Html Css Color HEX #11147A Midnight Blue

📋 copy color: '#11147A'

red 17 ◦ green 20 ◦ blue 122

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

Shades of Midnight Blue #11147A

Tints of Midnight Blue #11147A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.58%

 BLUE value IS 122 (48.05% from 255) = 76.73%

R = 10.69%
G = 12.58%
B = 76.73%

CMYK

 C value IS 0.86

 M value IS 0.84

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#11147A (or 0x11147A) is known color: Midnight Blue. HEX triplet: 11, 14 and 7A. RGB value is (17,20,122). Sum of RGB (Red+Green+Blue) = 17+20+122=159 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.69% from 159); Green value is 20 (8.20% from 255 or 12.58% from 159); Blue value is 122 (48.05% from 255 or 76.73% from 159); Max value from RGB is 122 - color contains mainly: blue. Hex color #11147A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11147A is #EEEB85. Grayscale: #1E1E1E. Windows color (decimal): -15657862 or 8000529. OLE color: 8000529.

HSL color Cylindrical-coordinate representation of color #11147A: hue angle of 238.29º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11147A is Cyan = 0.86, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 17 20 122 -
CMYK 0.86 0.84 0 0.52
HSL 238.29º 0.76% 0.27% -
HSV(B) 238.29º 0.86% 0.48% -
XYZ 3.99 2.02 18.59 -
YUV 30.73 179.51 118.21 -
System Red Green Blue C M Y K H S L
Decimal 17 20 122 0.86 0.84 0 0.52 238.29 0.76 0.27
Hex 11 14 7A 56 54 0 34 EE 4C 1B
Octal 21 24 172 126 124 0 64 356 114 33
Binary 10001 10100 1111010 1010110 1010100 0 110100 11101110 1001100 11011

Color Harmonies of #11147A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11147A

Black with #11147A

Text Example


Text Example

White with #11147A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11147A; }

 p { color: rgb(17,20,122); }

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

background-color css

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

 a { background-color: rgb(17,20,122); }

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

border-color css

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

 span { border-color: rgb(17,20,122); }

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