#1819AD

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

Shades of Ultramarine #1819AD

Tints of Ultramarine #1819AD

Color information

#1819AD (or 0x1819AD) is unknown color: approx Ultramarine. HEX triplet: 18, 19 and AD. RGB value is (24,25,173). Sum of RGB (Red+Green+Blue) = 24+25+173=222 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.81% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 173 (67.97% from 255 or 77.93% from 222); Max value from RGB is 173 - color contains mainly: blue. Hex color #1819AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1819AD is #E7E652. Grayscale: #282828. Windows color (decimal): -15197779 or 11344152. OLE color: 11344152.

HSL color Cylindrical-coordinate representation of color #1819AD: hue angle of 239.6º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1819AD is Cyan = 0.86, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2425173-
CMYK0.860.8600.32
HSL239.6º75.63%38.63%-
HSV(B)239.6º86.13%67.84%-
XYZ8.273.9139.85-
YUV41.57202.17115.47-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.81%
GREEN value IS 25 (10.16% from 255) = 11.26%
BLUE value IS 173 (67.97% from 255) = 77.93%
R=10.81%
G=11.26%
B=77.93%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal24251730.860.8600.32239.675.6338.63
Hex1819AD5656020f04c27
Octal303125512612604036011447
Binary110001100110101101101011010101100100000111100001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1819AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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