#1212DE

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

Shades of Medium Blue #1212DE

Tints of Medium Blue #1212DE

Color information

#1212DE (or 0x1212DE) is unknown color: approx Medium Blue. HEX triplet: 12, 12 and DE. RGB value is (18,18,222). Sum of RGB (Red+Green+Blue) = 18+18+222=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 222 (87.11% from 255 or 86.05% from 258); Max value from RGB is 222 - color contains mainly: blue. Hex color #1212DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1212DE is #EDED21. Grayscale: #282828. Windows color (decimal): -15592738 or 14553618. OLE color: 14553618.

HSL color Cylindrical-coordinate representation of color #1212DE: hue angle of 240º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1212DE is Cyan = 0.92, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1818222-
CMYK0.920.9200.13
HSL240º85%47.06%-
HSV(B)240º91.89%87.06%-
XYZ13.655.8469.51-
YUV41.26230111.41-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.98%
GREEN value IS 18 (7.42% from 255) = 6.98%
BLUE value IS 222 (87.11% from 255) = 86.05%
R=6.98%
G=6.98%
B=86.05%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal18182220.920.9200.132408547.06
Hex1212DE5C5C0Df0552f
Octal222233613413401536012557
Binary1001010010110111101011100101110001101111100001010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1212DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1212DE; }

 p { color: rgb(18,18,222); }

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

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

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

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

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

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

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