#12207F

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

Shades of Midnight Blue #12207F

Tints of Midnight Blue #12207F

Color information

#12207F (or 0x12207F) is unknown color: approx Midnight Blue. HEX triplet: 12, 20 and 7F. RGB value is (18,32,127). Sum of RGB (Red+Green+Blue) = 18+32+127=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 127 (50% from 255 or 71.75% from 177); Max value from RGB is 127 - color contains mainly: blue. Hex color #12207F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12207F is #EDDF80. Grayscale: #262626. Windows color (decimal): -15589249 or 8331282. OLE color: 8331282.

HSL color Cylindrical-coordinate representation of color #12207F: hue angle of 232.29º 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 #12207F is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1832127-
CMYK0.860.7500.50
HSL232.29º75.17%28.43%-
HSV(B)232.29º85.83%49.8%-
XYZ4.62.6920.36-
YUV38.64177.86113.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.17%
GREEN value IS 32 (12.89% from 255) = 18.08%
BLUE value IS 127 (50% from 255) = 71.75%
R=10.17%
G=18.08%
B=71.75%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal18321270.860.7500.50232.2975.1728.43
Hex12207F564B032e84b1c
Octal224017712611306235011334
Binary10010100000111111110101101001011011001011101000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12207F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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