Html Css Color HEX #11147F Midnight Blue

📋 copy color: '#11147F'

red 17 ◦ green 20 ◦ blue 127

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

Shades of Midnight Blue #11147F

Tints of Midnight Blue #11147F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 77.44%

R = 10.37%
G = 12.2%
B = 77.44%

CMYK

 C value IS 0.87

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#11147F (or 0x11147F) is known color: Midnight Blue. HEX triplet: 11, 14 and 7F. RGB value is (17,20,127). Sum of RGB (Red+Green+Blue) = 17+20+127=164 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.37% from 164); Green value is 20 (8.20% from 255 or 12.20% from 164); Blue value is 127 (50% from 255 or 77.44% from 164); Max value from RGB is 127 - color contains mainly: blue. Hex color #11147F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11147F is #EEEB80. Grayscale: #1E1E1E. Windows color (decimal): -15657857 or 8328209. OLE color: 8328209.

HSL color Cylindrical-coordinate representation of color #11147F: hue angle of 238.36º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11147F is Cyan = 0.87, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 17 20 127 -
CMYK 0.87 0.84 0 0.50
HSL 238.36º 0.76% 0.28% -
HSV(B) 238.36º 0.87% 0.5% -
XYZ 4.31 2.15 20.27 -
YUV 31.3 182.01 117.8 -
System Red Green Blue C M Y K H S L
Decimal 17 20 127 0.87 0.84 0 0.50 238.36 0.76 0.28
Hex 11 14 7F 57 54 0 32 EE 4C 1C
Octal 21 24 177 127 124 0 62 356 114 34
Binary 10001 10100 1111111 1010111 1010100 0 110010 11101110 1001100 11100

Color Harmonies of #11147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11147F

Black with #11147F

Text Example


Text Example

White with #11147F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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