#1919AC

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

Shades of Ultramarine #1919AC

Tints of Ultramarine #1919AC

Color information

#1919AC (or 0x1919AC) is unknown color: approx Ultramarine. HEX triplet: 19, 19 and AC. RGB value is (25,25,172). Sum of RGB (Red+Green+Blue) = 25+25+172=222 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.26% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 172 (67.58% from 255 or 77.48% from 222); Max value from RGB is 172 - color contains mainly: blue. Hex color #1919AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1919AC is #E6E653. Grayscale: #292929. Windows color (decimal): -15132244 or 11278617. OLE color: 11278617.

HSL color Cylindrical-coordinate representation of color #1919AC: hue angle of 240º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1919AC is Cyan = 0.85, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2525172-
CMYK0.850.8500.33
HSL240º74.62%38.63%-
HSV(B)240º85.47%67.45%-
XYZ8.193.8839.35-
YUV41.76201.5116.05-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.26%
GREEN value IS 25 (10.16% from 255) = 11.26%
BLUE value IS 172 (67.58% from 255) = 77.48%
R=11.26%
G=11.26%
B=77.48%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal25251720.850.8500.3324074.6238.63
Hex1919AC5555021f04b27
Octal313125412512504136011347
Binary110011100110101100101010110101010100001111100001001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1919AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1919AC; }

 p { color: rgb(25,25,172); }

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

<style>
 a { background-color: #1919AC; }

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

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

<style>
 span { border-color: #1919AC; }

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

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