Html Css Color HEX #11227B Midnight Blue

📋 copy color: '#11227B'

red 17 ◦ green 34 ◦ blue 123

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

Shades of Midnight Blue #11227B

Tints of Midnight Blue #11227B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 70.69%

R = 9.77%
G = 19.54%
B = 70.69%

CMYK

 C value IS 0.86

 M value IS 0.72

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#11227B (or 0x11227B) is known color: Midnight Blue. HEX triplet: 11, 22 and 7B. RGB value is (17,34,123). Sum of RGB (Red+Green+Blue) = 17+34+123=174 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.77% from 174); Green value is 34 (13.67% from 255 or 19.54% from 174); Blue value is 123 (48.44% from 255 or 70.69% from 174); Max value from RGB is 123 - color contains mainly: blue. Hex color #11227B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11227B is #EEDD84. Grayscale: #262626. Windows color (decimal): -15654277 or 8069649. OLE color: 8069649.

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

Color convert

RGB 17 34 123 -
CMYK 0.86 0.72 0 0.52
HSL 230.38º 0.76% 0.27% -
HSV(B) 230.38º 0.86% 0.48% -
XYZ 4.38 2.69 19.03 -
YUV 39.06 175.37 112.26 -
System Red Green Blue C M Y K H S L
Decimal 17 34 123 0.86 0.72 0 0.52 230.38 0.76 0.27
Hex 11 22 7B 56 48 0 34 E6 4C 1B
Octal 21 42 173 126 110 0 64 346 114 33
Binary 10001 100010 1111011 1010110 1001000 0 110100 11100110 1001100 11011

Color Harmonies of #11227B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11227B

Black with #11227B

Text Example


Text Example

White with #11227B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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