#1206A2

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

Shades of Ultramarine #1206A2

Tints of Ultramarine #1206A2

Color information

#1206A2 (or 0x1206A2) is unknown color: approx Ultramarine. HEX triplet: 12, 06 and A2. RGB value is (18,6,162). Sum of RGB (Red+Green+Blue) = 18+6+162=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 6 (2.73% from 255 or 3.23% from 186); Blue value is 162 (63.67% from 255 or 87.10% from 186); Max value from RGB is 162 - color contains mainly: blue. Hex color #1206A2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1206A2 is #EDF95D. Grayscale: #1A1A1A. Windows color (decimal): -15595870 or 10618386. OLE color: 10618386.

HSL color Cylindrical-coordinate representation of color #1206A2: hue angle of 244.62º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1206A2 is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB186162-
CMYK0.890.9600.36
HSL244.62º92.86%32.94%-
HSV(B)244.62º96.3%63.53%-
XYZ6.842.8734.38-
YUV27.37203.98121.32-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.68%
GREEN value IS 6 (2.73% from 255) = 3.23%
BLUE value IS 162 (63.67% from 255) = 87.10%
R=9.68%
G=3.23%
B=87.10%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1861620.890.9600.36244.6292.8632.94
Hex126A25960024f55d21
Octal22624213114004436513541
Binary1001011010100010101100111000000100100111101011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1206A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1206A2; }

 p { color: rgb(18,6,162); }

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

<style>
 a { background-color: #1206A2; }

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

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

<style>
 span { border-color: #1206A2; }

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

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