#19189E

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

Shades of Ultramarine #19189E

Tints of Ultramarine #19189E

Color information

#19189E (or 0x19189E) is unknown color: approx Ultramarine. HEX triplet: 19, 18 and 9E. RGB value is (25,24,158). Sum of RGB (Red+Green+Blue) = 25+24+158=207 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.08% from 207); Green value is 24 (9.77% from 255 or 11.59% from 207); Blue value is 158 (62.11% from 255 or 76.33% from 207); Max value from RGB is 158 - color contains mainly: blue. Hex color #19189E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19189E is #E6E761. Grayscale: #272727. Windows color (decimal): -15132514 or 10360857. OLE color: 10360857.

HSL color Cylindrical-coordinate representation of color #19189E: hue angle of 240.45º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19189E is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2524158-
CMYK0.840.8500.38
HSL240.45º73.63%35.69%-
HSV(B)240.45º84.81%61.96%-
XYZ6.93.3332.63-
YUV39.58194.83117.6-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.08%
GREEN value IS 24 (9.77% from 255) = 11.59%
BLUE value IS 158 (62.11% from 255) = 76.33%
R=12.08%
G=11.59%
B=76.33%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal25241580.840.8500.38240.4573.6335.69
Hex19189E5455026f04a24
Octal313023612412504636011244
Binary110011100010011110101010010101010100110111100001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19189E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19189E; }

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

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

<style>
 a { background-color: #19189E; }

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

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

<style>
 span { border-color: #19189E; }

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

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