#19099B

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

Shades of Ultramarine #19099B

Tints of Ultramarine #19099B

Color information

#19099B (or 0x19099B) is unknown color: approx Ultramarine. HEX triplet: 19, 09 and 9B. RGB value is (25,9,155). Sum of RGB (Red+Green+Blue) = 25+9+155=189 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.23% from 189); Green value is 9 (3.91% from 255 or 4.76% from 189); Blue value is 155 (60.94% from 255 or 82.01% from 189); Max value from RGB is 155 - color contains mainly: blue. Hex color #19099B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19099B is #E6F664. Grayscale: #1D1D1D. Windows color (decimal): -15136357 or 10160409. OLE color: 10160409.

HSL color Cylindrical-coordinate representation of color #19099B: hue angle of 246.58º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #19099B is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB259155-
CMYK0.840.9400.39
HSL246.58º89.02%32.16%-
HSV(B)246.58º94.19%60.78%-
XYZ6.412.7731.21-
YUV30.43198.3124.13-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.23%
GREEN value IS 9 (3.91% from 255) = 4.76%
BLUE value IS 155 (60.94% from 255) = 82.01%
R=13.23%
G=4.76%
B=82.01%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal2591550.840.9400.39246.5889.0232.16
Hex1999B545E027f75920
Octal311123312413604736713140
Binary11001100110011011101010010111100100111111101111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19099B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19099B; }

 p { color: rgb(25,9,155); }

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

<style>
 a { background-color: #19099B; }

 a { background-color: rgb(25,9,155); }

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

<style>
 span { border-color: #19099B; }

 span { border-color: rgb(25,9,155); }

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