#19059E

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

Shades of Ultramarine #19059E

Tints of Ultramarine #19059E

Color information

#19059E (or 0x19059E) is unknown color: approx Ultramarine. HEX triplet: 19, 05 and 9E. RGB value is (25,5,158). Sum of RGB (Red+Green+Blue) = 25+5+158=188 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.30% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 158 (62.11% from 255 or 84.04% from 188); Max value from RGB is 158 - color contains mainly: blue. Hex color #19059E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19059E is #E6FA61. Grayscale: #1B1B1B. Windows color (decimal): -15137378 or 10355993. OLE color: 10355993.

HSL color Cylindrical-coordinate representation of color #19059E: hue angle of 247.84º degrees, saturation: 0.94, 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 #19059E is Cyan = 0.84, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB255158-
CMYK0.840.9700.38
HSL247.84º93.87%31.96%-
HSV(B)247.84º96.84%61.96%-
XYZ6.632.7832.54-
YUV28.42201.13125.56-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.30%
GREEN value IS 5 (2.34% from 255) = 2.66%
BLUE value IS 158 (62.11% from 255) = 84.04%
R=13.30%
G=2.66%
B=84.04%

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
Decimal2551580.840.9700.38247.8493.8731.96
Hex1959E5461026f85e20
Octal31523612414104637013640
Binary1100110110011110101010011000010100110111110001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19059E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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