#19098B

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

Shades of Ultramarine #19098B

Tints of Ultramarine #19098B

Color information

#19098B (or 0x19098B) is unknown color: approx Ultramarine. HEX triplet: 19, 09 and 8B. RGB value is (25,9,139). Sum of RGB (Red+Green+Blue) = 25+9+139=173 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.45% from 173); Green value is 9 (3.91% from 255 or 5.20% from 173); Blue value is 139 (54.69% from 255 or 80.35% from 173); Max value from RGB is 139 - color contains mainly: blue. Hex color #19098B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19098B is #E6F674. Grayscale: #1C1C1C. Windows color (decimal): -15136373 or 9111833. OLE color: 9111833.

HSL color Cylindrical-coordinate representation of color #19098B: hue angle of 247.38º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #19098B is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB259139-
CMYK0.820.9400.45
HSL247.38º87.84%29.02%-
HSV(B)247.38º93.53%54.51%-
XYZ5.162.2724.59-
YUV28.6190.3125.43-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.45%
GREEN value IS 9 (3.91% from 255) = 5.20%
BLUE value IS 139 (54.69% from 255) = 80.35%
R=14.45%
G=5.20%
B=80.35%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2591390.820.9400.45247.3887.8429.02
Hex1998B525E02Df7581d
Octal311121312213605536713035
Binary1100110011000101110100101011110010110111110111101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19098B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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