Html Css Color HEX #122177 Midnight Blue

📋 copy color: '#122177'

red 18 ◦ green 33 ◦ blue 119

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

Shades of Midnight Blue #122177

Tints of Midnight Blue #122177

RGB

 RED value IS 18 (7.42% from 255) = 10.59%

 GREEN value IS 33 (13.28% from 255) = 19.41%

 BLUE value IS 119 (46.88% from 255) = 70%

R = 10.59%
G = 19.41%
B = 70%

CMYK

 C value IS 0.85

 M value IS 0.72

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#122177 (or 0x122177) is known color: Midnight Blue. HEX triplet: 12, 21 and 77. RGB value is (18,33,119). Sum of RGB (Red+Green+Blue) = 18+33+119=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 119 (46.88% from 255 or 70% from 170); Max value from RGB is 119 - color contains mainly: blue. Hex color #122177 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122177 is #EDDE88. Grayscale: #252525. Windows color (decimal): -15589001 or 7807250. OLE color: 7807250.

HSL color Cylindrical-coordinate representation of color #122177: hue angle of 231.09º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #122177 is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 33 119 -
CMYK 0.85 0.72 0 0.53
HSL 231.09º 0.74% 0.27% -
HSV(B) 231.09º 0.85% 0.47% -
XYZ 4.12 2.55 17.73 -
YUV 38.32 173.53 113.51 -
System Red Green Blue C M Y K H S L
Decimal 18 33 119 0.85 0.72 0 0.53 231.09 0.74 0.27
Hex 12 21 77 55 48 0 35 E7 4A 1B
Octal 22 41 167 125 110 0 65 347 112 33
Binary 10010 100001 1110111 1010101 1001000 0 110101 11100111 1001010 11011

Color Harmonies of #122177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122177

Black with #122177

Text Example


Text Example

White with #122177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122177; }

 p { color: rgb(18,33,119); }

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

background-color css

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

 a { background-color: rgb(18,33,119); }

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

border-color css

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

 span { border-color: rgb(18,33,119); }

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