#1207A2

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

Shades of Ultramarine #1207A2

Tints of Ultramarine #1207A2

Color information

#1207A2 (or 0x1207A2) is unknown color: approx Ultramarine. HEX triplet: 12, 07 and A2. RGB value is (18,7,162). Sum of RGB (Red+Green+Blue) = 18+7+162=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 7 (3.12% from 255 or 3.74% from 187); Blue value is 162 (63.67% from 255 or 86.63% from 187); Max value from RGB is 162 - color contains mainly: blue. Hex color #1207A2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1207A2 is #EDF85D. Grayscale: #1B1B1B. Windows color (decimal): -15595614 or 10618642. OLE color: 10618642.

HSL color Cylindrical-coordinate representation of color #1207A2: hue angle of 244.26º degrees, saturation: 0.92, 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 #1207A2 is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB187162-
CMYK0.890.9600.36
HSL244.26º91.72%33.14%-
HSV(B)244.26º95.68%63.53%-
XYZ6.852.8934.38-
YUV27.96203.64120.9-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.63%
GREEN value IS 7 (3.12% from 255) = 3.74%
BLUE value IS 162 (63.67% from 255) = 86.63%
R=9.63%
G=3.74%
B=86.63%

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
Decimal1871620.890.9600.36244.2691.7233.14
Hex127A25960024f45c21
Octal22724213114004436413441
Binary1001011110100010101100111000000100100111101001011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1207A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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