#190DAA

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

Shades of Ultramarine #190DAA

Tints of Ultramarine #190DAA

Color information

#190DAA (or 0x190DAA) is unknown color: approx Ultramarine. HEX triplet: 19, 0D and AA. RGB value is (25,13,170). Sum of RGB (Red+Green+Blue) = 25+13+170=208 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.02% from 208); Green value is 13 (5.47% from 255 or 6.25% from 208); Blue value is 170 (66.80% from 255 or 81.73% from 208); Max value from RGB is 170 - color contains mainly: blue. Hex color #190DAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190DAA is #E6F255. Grayscale: #212121. Windows color (decimal): -15135318 or 11144473. OLE color: 11144473.

HSL color Cylindrical-coordinate representation of color #190DAA: hue angle of 244.59º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #190DAA is Cyan = 0.85, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2513170-
CMYK0.850.9200.33
HSL244.59º85.79%35.88%-
HSV(B)244.59º92.35%66.67%-
XYZ7.83.438.27-
YUV34.49204.48121.23-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.02%
GREEN value IS 13 (5.47% from 255) = 6.25%
BLUE value IS 170 (66.80% from 255) = 81.73%
R=12.02%
G=6.25%
B=81.73%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal25131700.850.9200.33244.5985.7935.88
Hex19DAA555C021f55624
Octal311525212513404136512644
Binary11001110110101010101010110111000100001111101011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190DAA; }

 p { color: rgb(25,13,170); }

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

<style>
 a { background-color: #190DAA; }

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

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

<style>
 span { border-color: #190DAA; }

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

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