#122172

Color #122172 Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #122172

Tints of Midnight Blue #122172

Color information

#122172 (or 0x122172) is unknown color: approx 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

RGB1833114-
CMYK0.840.7100.55
HSL230.62º72.73%25.88%-
HSV(B)230.62º84.21%44.71%-
XYZ3.832.4316.19-
YUV37.75171.03113.91-

RGB Variations

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

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 (Cyan) values IS 0.84
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18331140.840.7100.55230.6272.7325.88
Hex1221725447037e7491a
Octal224116212410706734711132
Binary10010100001111001010101001000111011011111100111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>