#19189D

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

Shades of Ultramarine #19189D

Tints of Ultramarine #19189D

Color information

#19189D (or 0x19189D) is unknown color: approx Ultramarine. HEX triplet: 19, 18 and 9D. RGB value is (25,24,157). Sum of RGB (Red+Green+Blue) = 25+24+157=206 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.14% from 206); Green value is 24 (9.77% from 255 or 11.65% from 206); Blue value is 157 (61.72% from 255 or 76.21% from 206); Max value from RGB is 157 - color contains mainly: blue. Hex color #19189D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19189D is #E6E762. Grayscale: #262626. Windows color (decimal): -15132515 or 10295321. OLE color: 10295321.

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

Color convert

RGB2524157-
CMYK0.840.8500.38
HSL240.45º73.48%35.49%-
HSV(B)240.45º84.71%61.57%-
XYZ6.813.2932.18-
YUV39.46194.33117.69-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.14%
GREEN value IS 24 (9.77% from 255) = 11.65%
BLUE value IS 157 (61.72% from 255) = 76.21%
R=12.14%
G=11.65%
B=76.21%

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
Decimal25241570.840.8500.38240.4573.4835.49
Hex19189D5455026f04923
Octal313023512412504636011143
Binary110011100010011101101010010101010100110111100001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19189D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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