#1905A9

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

Shades of Ultramarine #1905A9

Tints of Ultramarine #1905A9

Color information

#1905A9 (or 0x1905A9) is unknown color: approx Ultramarine. HEX triplet: 19, 05 and A9. RGB value is (25,5,169). Sum of RGB (Red+Green+Blue) = 25+5+169=199 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.56% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 169 (66.41% from 255 or 84.92% from 199); Max value from RGB is 169 - color contains mainly: blue. Hex color #1905A9 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1905A9 is #E6FA56. Grayscale: #1D1D1D. Windows color (decimal): -15137367 or 11076889. OLE color: 11076889.

HSL color Cylindrical-coordinate representation of color #1905A9: hue angle of 247.32º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1905A9 is Cyan = 0.85, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB255169-
CMYK0.850.9700.34
HSL247.32º94.25%34.12%-
HSV(B)247.32º97.04%66.27%-
XYZ7.623.1837.75-
YUV29.68206.63124.66-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.56%
GREEN value IS 5 (2.34% from 255) = 2.51%
BLUE value IS 169 (66.41% from 255) = 84.92%
R=12.56%
G=2.51%
B=84.92%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal2551690.850.9700.34247.3294.2534.12
Hex195A95561022f75e22
Octal31525112514104236713642
Binary1100110110101001101010111000010100010111101111011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1905A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1905A9; }

 p { color: rgb(25,5,169); }

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

<style>
 a { background-color: #1905A9; }

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

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

<style>
 span { border-color: #1905A9; }

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

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