#1210E6

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

Shades of Blue #1210E6

Tints of Blue #1210E6

Color information

#1210E6 (or 0x1210E6) is unknown color: approx Blue. HEX triplet: 12, 10 and E6. RGB value is (18,16,230). Sum of RGB (Red+Green+Blue) = 18+16+230=264 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.82% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 230 (90.23% from 255 or 87.12% from 264); Max value from RGB is 230 - color contains mainly: blue. Hex color #1210E6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1210E6 is #EDEF19. Grayscale: #282828. Windows color (decimal): -15593242 or 15077394. OLE color: 15077394.

HSL color Cylindrical-coordinate representation of color #1210E6: hue angle of 240.56º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1210E6 is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB1816230-
CMYK0.920.9300.10
HSL240.56º86.99%48.24%-
HSV(B)240.56º93.04%90.2%-
XYZ14.726.2175.29-
YUV40.99234.66111.6-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.82%
GREEN value IS 16 (6.64% from 255) = 6.06%
BLUE value IS 230 (90.23% from 255) = 87.12%
R=6.82%
G=6.06%
B=87.12%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal18162300.920.9300.10240.5686.9948.24
Hex1210E65C5D0Af15730
Octal222034613413501236112760
Binary1001010000111001101011100101110101010111100011010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1210E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1210E6; }

 p { color: rgb(18,16,230); }

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

<style>
 a { background-color: #1210E6; }

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

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

<style>
 span { border-color: #1210E6; }

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

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