#1819A1

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

Shades of Ultramarine #1819A1

Tints of Ultramarine #1819A1

Color information

#1819A1 (or 0x1819A1) is unknown color: approx Ultramarine. HEX triplet: 18, 19 and A1. RGB value is (24,25,161). Sum of RGB (Red+Green+Blue) = 24+25+161=210 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.43% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 161 (63.28% from 255 or 76.67% from 210); Max value from RGB is 161 - color contains mainly: blue. Hex color #1819A1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1819A1 is #E7E65E. Grayscale: #272727. Windows color (decimal): -15197791 or 10557720. OLE color: 10557720.

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

Color convert

RGB2425161-
CMYK0.850.8400.37
HSL239.56º74.05%36.27%-
HSV(B)239.56º85.09%63.14%-
XYZ7.163.4634.01-
YUV40.2196.17116.44-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.43%
GREEN value IS 25 (10.16% from 255) = 11.90%
BLUE value IS 161 (63.28% from 255) = 76.67%
R=11.43%
G=11.90%
B=76.67%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal24251610.850.8400.37239.5674.0536.27
Hex1819A15554025f04a24
Octal303124112512404536011244
Binary110001100110100001101010110101000100101111100001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1819A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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