#1213AA

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

Shades of Ultramarine #1213AA

Tints of Ultramarine #1213AA

Color information

#1213AA (or 0x1213AA) is unknown color: approx Ultramarine. HEX triplet: 12, 13 and AA. RGB value is (18,19,170). Sum of RGB (Red+Green+Blue) = 18+19+170=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 170 (66.80% from 255 or 82.13% from 207); Max value from RGB is 170 - color contains mainly: blue. Hex color #1213AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1213AA is #EDEC55. Grayscale: #232323. Windows color (decimal): -15592534 or 11146002. OLE color: 11146002.

HSL color Cylindrical-coordinate representation of color #1213AA: hue angle of 239.61º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1213AA is Cyan = 0.89, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1819170-
CMYK0.890.8900.33
HSL239.61º80.85%36.86%-
HSV(B)239.61º89.41%66.67%-
XYZ7.743.538.3-
YUV35.91203.67115.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.70%
GREEN value IS 19 (7.81% from 255) = 9.18%
BLUE value IS 170 (66.80% from 255) = 82.13%
R=8.70%
G=9.18%
B=82.13%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal18191700.890.8900.33239.6180.8536.86
Hex1213AA5959021f05125
Octal222325213113104136012145
Binary100101001110101010101100110110010100001111100001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1213AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1213AA; }

 p { color: rgb(18,19,170); }

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

<style>
 a { background-color: #1213AA; }

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

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

<style>
 span { border-color: #1213AA; }

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

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