#19049F

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

Shades of Ultramarine #19049F

Tints of Ultramarine #19049F

Color information

#19049F (or 0x19049F) is unknown color: approx Ultramarine. HEX triplet: 19, 04 and 9F. RGB value is (25,4,159). Sum of RGB (Red+Green+Blue) = 25+4+159=188 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.30% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 159 (62.5% from 255 or 84.57% from 188); Max value from RGB is 159 - color contains mainly: blue. Hex color #19049F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19049F is #E6FB60. Grayscale: #1B1B1B. Windows color (decimal): -15137633 or 10421273. OLE color: 10421273.

HSL color Cylindrical-coordinate representation of color #19049F: hue angle of 248.13º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #19049F is Cyan = 0.84, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB254159-
CMYK0.840.9700.38
HSL248.13º95.09%31.96%-
HSV(B)248.13º97.48%62.35%-
XYZ6.72.832.99-
YUV27.95201.96125.9-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.30%
GREEN value IS 4 (1.95% from 255) = 2.13%
BLUE value IS 159 (62.5% from 255) = 84.57%
R=13.30%
G=2.13%
B=84.57%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal2541590.840.9700.38248.1395.0931.96
Hex1949F5461026f85f20
Octal31423712414104637013740
Binary1100110010011111101010011000010100110111110001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19049F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19049F; }

 p { color: rgb(25,4,159); }

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

<style>
 a { background-color: #19049F; }

 a { background-color: rgb(25,4,159); }

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

<style>
 span { border-color: #19049F; }

 span { border-color: rgb(25,4,159); }

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