Html Css Color HEX #11247C Midnight Blue

📋 copy color: '#11247C'

red 17 ◦ green 36 ◦ blue 124

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

Shades of Midnight Blue #11247C

Tints of Midnight Blue #11247C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 70.06%

R = 9.6%
G = 20.34%
B = 70.06%

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

#11247C (or 0x11247C) is known color: Midnight Blue. HEX triplet: 11, 24 and 7C. RGB value is (17,36,124). Sum of RGB (Red+Green+Blue) = 17+36+124=177 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.60% from 177); Green value is 36 (14.45% from 255 or 20.34% from 177); Blue value is 124 (48.83% from 255 or 70.06% from 177); Max value from RGB is 124 - color contains mainly: blue. Hex color #11247C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11247C is #EEDB83. Grayscale: #272727. Windows color (decimal): -15653764 or 8135697. OLE color: 8135697.

HSL color Cylindrical-coordinate representation of color #11247C: hue angle of 229.35º 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 #11247C is Cyan = 0.86, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 36 124 -
CMYK 0.86 0.71 0 0.51
HSL 229.35º 0.76% 0.28% -
HSV(B) 229.35º 0.86% 0.49% -
XYZ 4.5 2.84 19.38 -
YUV 40.35 175.21 111.34 -
System Red Green Blue C M Y K H S L
Decimal 17 36 124 0.86 0.71 0 0.51 229.35 0.76 0.28
Hex 11 24 7C 56 47 0 33 E5 4C 1C
Octal 21 44 174 126 107 0 63 345 114 34
Binary 10001 100100 1111100 1010110 1000111 0 110011 11100101 1001100 11100

Color Harmonies of #11247C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11247C

Black with #11247C

Text Example


Text Example

White with #11247C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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