#190DB2

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

Shades of Ultramarine #190DB2

Tints of Ultramarine #190DB2

Color information

#190DB2 (or 0x190DB2) is unknown color: approx Ultramarine. HEX triplet: 19, 0D and B2. RGB value is (25,13,178). Sum of RGB (Red+Green+Blue) = 25+13+178=216 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.57% from 216); Green value is 13 (5.47% from 255 or 6.02% from 216); Blue value is 178 (69.92% from 255 or 82.41% from 216); Max value from RGB is 178 - color contains mainly: blue. Hex color #190DB2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190DB2 is #E6F24D. Grayscale: #222222. Windows color (decimal): -15135310 or 11668761. OLE color: 11668761.

HSL color Cylindrical-coordinate representation of color #190DB2: hue angle of 244.36º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #190DB2 is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB2513178-
CMYK0.860.9300.30
HSL244.36º86.39%37.45%-
HSV(B)244.36º92.7%69.8%-
XYZ8.583.7142.38-
YUV35.4208.48120.58-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.57%
GREEN value IS 13 (5.47% from 255) = 6.02%
BLUE value IS 178 (69.92% from 255) = 82.41%
R=11.57%
G=6.02%
B=82.41%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal25131780.860.9300.30244.3686.3937.45
Hex19DB2565D01Ef45625
Octal311526212613503636412645
Binary1100111011011001010101101011101011110111101001010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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