Html Css Color HEX #11227A Midnight Blue

📋 copy color: '#11227A'

red 17 ◦ green 34 ◦ blue 122

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

Shades of Midnight Blue #11227A

Tints of Midnight Blue #11227A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 70.52%

R = 9.83%
G = 19.65%
B = 70.52%

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

#11227A (or 0x11227A) is known color: Midnight Blue. HEX triplet: 11, 22 and 7A. RGB value is (17,34,122). Sum of RGB (Red+Green+Blue) = 17+34+122=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 34 (13.67% from 255 or 19.65% from 173); Blue value is 122 (48.05% from 255 or 70.52% from 173); Max value from RGB is 122 - color contains mainly: blue. Hex color #11227A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11227A is #EEDD85. Grayscale: #262626. Windows color (decimal): -15654278 or 8004113. OLE color: 8004113.

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

Color convert

RGB 17 34 122 -
CMYK 0.86 0.72 0 0.52
HSL 230.29º 0.76% 0.27% -
HSV(B) 230.29º 0.86% 0.48% -
XYZ 4.32 2.67 18.7 -
YUV 38.95 174.87 112.34 -
System Red Green Blue C M Y K H S L
Decimal 17 34 122 0.86 0.72 0 0.52 230.29 0.76 0.27
Hex 11 22 7A 56 48 0 34 E6 4C 1B
Octal 21 42 172 126 110 0 64 346 114 33
Binary 10001 100010 1111010 1010110 1001000 0 110100 11100110 1001100 11011

Color Harmonies of #11227A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11227A

Black with #11227A

Text Example


Text Example

White with #11227A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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