Html Css Color HEX #11247D Midnight Blue

📋 copy color: '#11247D'

red 17 ◦ green 36 ◦ blue 125

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

Shades of Midnight Blue #11247D

Tints of Midnight Blue #11247D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.22%

 BLUE value IS 125 (49.22% from 255) = 70.22%

R = 9.55%
G = 20.22%
B = 70.22%

CMYK

 C value IS 0.86

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#11247D (or 0x11247D) is known color: Midnight Blue. HEX triplet: 11, 24 and 7D. RGB value is (17,36,125). Sum of RGB (Red+Green+Blue) = 17+36+125=178 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.55% from 178); Green value is 36 (14.45% from 255 or 20.22% from 178); Blue value is 125 (49.22% from 255 or 70.22% from 178); Max value from RGB is 125 - color contains mainly: blue. Hex color #11247D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11247D is #EEDB82. Grayscale: #282828. Windows color (decimal): -15653763 or 8201233. OLE color: 8201233.

HSL color Cylindrical-coordinate representation of color #11247D: hue angle of 229.44º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11247D is Cyan = 0.86, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 36 125 -
CMYK 0.86 0.71 0 0.51
HSL 229.44º 0.76% 0.28% -
HSV(B) 229.44º 0.86% 0.49% -
XYZ 4.56 2.86 19.71 -
YUV 40.47 175.71 111.26 -
System Red Green Blue C M Y K H S L
Decimal 17 36 125 0.86 0.71 0 0.51 229.44 0.76 0.28
Hex 11 24 7D 56 47 0 33 E5 4C 1C
Octal 21 44 175 126 107 0 63 345 114 34
Binary 10001 100100 1111101 1010110 1000111 0 110011 11100101 1001100 11100

Color Harmonies of #11247D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11247D

Black with #11247D

Text Example


Text Example

White with #11247D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11247D; }

 p { color: rgb(17,36,125); }

 H1.HeaderClassName
 {
   color: #11247D;
 }
 .AnyTagClassName
 {
   color: #11247D;
 }
</style>

background-color css

<style>
 a { background-color: #11247D; }

 a { background-color: rgb(17,36,125); }

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

border-color css

<style>
 span { border-color: #11247D; }

 span { border-color: rgb(17,36,125); }

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