#1210A6

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

Shades of Ultramarine #1210A6

Tints of Ultramarine #1210A6

Color information

#1210A6 (or 0x1210A6) is unknown color: approx Ultramarine. HEX triplet: 12, 10 and A6. RGB value is (18,16,166). Sum of RGB (Red+Green+Blue) = 18+16+166=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 166 (65.23% from 255 or 83% from 200); Max value from RGB is 166 - color contains mainly: blue. Hex color #1210A6 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1210A6 is #EDEF59. Grayscale: #212121. Windows color (decimal): -15593306 or 10883090. OLE color: 10883090.

HSL color Cylindrical-coordinate representation of color #1210A6: hue angle of 240.8º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1210A6 is Cyan = 0.89, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1816166-
CMYK0.890.9000.35
HSL240.8º82.42%35.69%-
HSV(B)240.8º90.36%65.1%-
XYZ7.323.2536.32-
YUV33.7202.66116.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9%
GREEN value IS 16 (6.64% from 255) = 8%
BLUE value IS 166 (65.23% from 255) = 83%
R=9%
G=8%
B=83%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal18161660.890.9000.35240.882.4235.69
Hex1210A6595A023f15224
Octal222024613113204336112244
Binary100101000010100110101100110110100100011111100011010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1210A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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