#12227F

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

Shades of Midnight Blue #12227F

Tints of Midnight Blue #12227F

Color information

#12227F (or 0x12227F) is unknown color: approx Midnight Blue. HEX triplet: 12, 22 and 7F. RGB value is (18,34,127). Sum of RGB (Red+Green+Blue) = 18+34+127=179 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.06% from 179); Green value is 34 (13.67% from 255 or 18.99% from 179); Blue value is 127 (50% from 255 or 70.95% from 179); Max value from RGB is 127 - color contains mainly: blue. Hex color #12227F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12227F is #EDDD80. Grayscale: #272727. Windows color (decimal): -15588737 or 8331794. OLE color: 8331794.

HSL color Cylindrical-coordinate representation of color #12227F: hue angle of 231.19º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12227F is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1834127-
CMYK0.860.7300.50
HSL231.19º75.17%28.43%-
HSV(B)231.19º85.83%49.8%-
XYZ4.652.820.37-
YUV39.82177.2112.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.06%
GREEN value IS 34 (13.67% from 255) = 18.99%
BLUE value IS 127 (50% from 255) = 70.95%
R=10.06%
G=18.99%
B=70.95%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal18341270.860.7300.50231.1975.1728.43
Hex12227F5649032e74b1c
Octal224217712611106234711334
Binary10010100010111111110101101001001011001011100111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12227F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12227F; }

 p { color: rgb(18,34,127); }

 H1.HeaderClassName
 {
   color: #12227F;
 }
 .AnyTagClassName
 {
   color: #12227F;
 }
</style>
background-color css

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

 a { background-color: rgb(18,34,127); }

 div.DivClassName
 {
   background-color: #12227F;
 }
 .BgClassName
 {
   background-color: #12227F;
 }
</style>
border-color css

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

 span { border-color: rgb(18,34,127); }

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