Html Css Color HEX #11227C Midnight Blue

📋 copy color: '#11227C'

red 17 ◦ green 34 ◦ blue 124

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

Shades of Midnight Blue #11227C

Tints of Midnight Blue #11227C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.43%

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

R = 9.71%
G = 19.43%
B = 70.86%

CMYK

 C value IS 0.86

 M value IS 0.73

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#11227C (or 0x11227C) is known color: Midnight Blue. HEX triplet: 11, 22 and 7C. RGB value is (17,34,124). Sum of RGB (Red+Green+Blue) = 17+34+124=175 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.71% from 175); Green value is 34 (13.67% from 255 or 19.43% from 175); Blue value is 124 (48.83% from 255 or 70.86% from 175); Max value from RGB is 124 - color contains mainly: blue. Hex color #11227C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11227C is #EEDD83. Grayscale: #262626. Windows color (decimal): -15654276 or 8135185. OLE color: 8135185.

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

Color convert

RGB 17 34 124 -
CMYK 0.86 0.73 0 0.51
HSL 230.47º 0.76% 0.28% -
HSV(B) 230.47º 0.86% 0.49% -
XYZ 4.44 2.72 19.36 -
YUV 39.18 175.87 112.18 -
System Red Green Blue C M Y K H S L
Decimal 17 34 124 0.86 0.73 0 0.51 230.47 0.76 0.28
Hex 11 22 7C 56 49 0 33 E6 4C 1C
Octal 21 42 174 126 111 0 63 346 114 34
Binary 10001 100010 1111100 1010110 1001001 0 110011 11100110 1001100 11100

Color Harmonies of #11227C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11227C

Black with #11227C

Text Example


Text Example

White with #11227C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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