Html Css Color HEX #122172 Midnight Blue

📋 copy color: '#122172'

red 18 ◦ green 33 ◦ blue 114

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

Shades of Midnight Blue #122172

Tints of Midnight Blue #122172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 69.09%

R = 10.91%
G = 20%
B = 69.09%

CMYK

 C value IS 0.84

 M value IS 0.71

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#122172 (or 0x122172) is known color: Midnight Blue. HEX triplet: 12, 21 and 72. RGB value is (18,33,114). Sum of RGB (Red+Green+Blue) = 18+33+114=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 33 (13.28% from 255 or 20% from 165); Blue value is 114 (44.92% from 255 or 69.09% from 165); Max value from RGB is 114 - color contains mainly: blue. Hex color #122172 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122172 is #EDDE8D. Grayscale: #252525. Windows color (decimal): -15589006 or 7479570. OLE color: 7479570.

HSL color Cylindrical-coordinate representation of color #122172: hue angle of 230.62º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #122172 is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 33 114 -
CMYK 0.84 0.71 0 0.55
HSL 230.63º 0.73% 0.26% -
HSV(B) 230.63º 0.84% 0.45% -
XYZ 3.83 2.43 16.19 -
YUV 37.75 171.03 113.91 -
System Red Green Blue C M Y K H S L
Decimal 18 33 114 0.84 0.71 0 0.55 230.63 0.73 0.26
Hex 12 21 72 54 47 0 37 E7 49 1A
Octal 22 41 162 124 107 0 67 347 111 32
Binary 10010 100001 1110010 1010100 1000111 0 110111 11100111 1001001 11010

Color Harmonies of #122172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122172

Black with #122172

Text Example


Text Example

White with #122172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122172; }

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

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

background-color css

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

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

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

border-color css

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

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

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