#12207e

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

Shades of Midnight Blue #12207E

Tints of Midnight Blue #12207E

Color information

#12207E (or 0x12207E) is unknown color: approx Midnight Blue. HEX triplet: 12, 20 and 7E. RGB value is (18,32,126). Sum of RGB (Red+Green+Blue) = 18+32+126=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 32 (12.89% from 255 or 18.18% from 176); Blue value is 126 (49.61% from 255 or 71.59% from 176); Max value from RGB is 126 - color contains mainly: blue. Hex color #12207E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12207E is #EDDF81. Grayscale: #262626. Windows color (decimal): -15589250 or 8265746. OLE color: 8265746.

HSL color Cylindrical-coordinate representation of color #12207E: hue angle of 232.22º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12207E is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1832126-
CMYK0.860.7500.51
HSL232.22º75%28.24%-
HSV(B)232.22º85.71%49.41%-
XYZ4.532.6720.01-
YUV38.53177.36113.36-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.23%
GREEN value IS 32 (12.89% from 255) = 18.18%
BLUE value IS 126 (49.61% from 255) = 71.59%
R=10.23%
G=18.18%
B=71.59%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal18321260.860.7500.51232.227528.24
Hex12207E564B033e84b1c
Octal224017612611306335011334
Binary10010100000111111010101101001011011001111101000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12207e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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