#1819A2

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

Shades of Ultramarine #1819A2

Tints of Ultramarine #1819A2

Color information

#1819A2 (or 0x1819A2) is unknown color: approx Ultramarine. HEX triplet: 18, 19 and A2. RGB value is (24,25,162). Sum of RGB (Red+Green+Blue) = 24+25+162=211 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.37% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 162 (63.67% from 255 or 76.78% from 211); Max value from RGB is 162 - color contains mainly: blue. Hex color #1819A2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1819A2 is #E7E65D. Grayscale: #272727. Windows color (decimal): -15197790 or 10623256. OLE color: 10623256.

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

Color convert

RGB2425162-
CMYK0.850.8500.36
HSL239.57º74.19%36.47%-
HSV(B)239.57º85.19%63.53%-
XYZ7.253.534.48-
YUV40.32196.67116.36-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.37%
GREEN value IS 25 (10.16% from 255) = 11.85%
BLUE value IS 162 (63.67% from 255) = 76.78%
R=11.37%
G=11.85%
B=76.78%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal24251620.850.8500.36239.5774.1936.47
Hex1819A25555024f04a24
Octal303124212512504436011244
Binary110001100110100010101010110101010100100111100001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1819A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,25,162); }

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

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

 a { background-color: rgb(24,25,162); }

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

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

 span { border-color: rgb(24,25,162); }

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