Html Css Color HEX #19098D Ultramarine

📋 copy color: '#19098D'

red 25 ◦ green 9 ◦ blue 141

#19098D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #19098D

Tints of Ultramarine #19098D

RGB

 RED value IS 25 (10.16% from 255) = 14.29%

 GREEN value IS 9 (3.91% from 255) = 5.14%

 BLUE value IS 141 (55.47% from 255) = 80.57%

R = 14.29%
G = 5.14%
B = 80.57%

CMYK

 C value IS 0.82

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#19098D (or 0x19098D) is known color: Ultramarine. HEX triplet: 19, 09 and 8D. RGB value is (25,9,141). Sum of RGB (Red+Green+Blue) = 25+9+141=175 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.29% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 141 (55.47% from 255 or 80.57% from 175); Max value from RGB is 141 - color contains mainly: blue. Hex color #19098D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19098D is #E6F672. Grayscale: #1C1C1C. Windows color (decimal): -15136371 or 9242905. OLE color: 9242905.

HSL color Cylindrical-coordinate representation of color #19098D: hue angle of 247.27º 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 #19098D is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 25 9 141 -
CMYK 0.82 0.94 0 0.45
HSL 247.27º 0.88% 0.29% -
HSV(B) 247.27º 0.94% 0.55% -
XYZ 5.31 2.33 25.37 -
YUV 28.83 191.3 125.27 -
System Red Green Blue C M Y K H S L
Decimal 25 9 141 0.82 0.94 0 0.45 247.27 0.88 0.29
Hex 19 9 8D 52 5E 0 2D F7 58 1D
Octal 31 11 215 122 136 0 55 367 130 35
Binary 11001 1001 10001101 1010010 1011110 0 101101 11110111 1011000 11101

Color Harmonies of #19098D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19098D

Black with #19098D

Text Example


Text Example

White with #19098D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #19098D;
 }
 .AnyTagClassName
 {
   color: #19098D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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