Html Css Color HEX #19098F Ultramarine

📋 copy color: '#19098F'

red 25 ◦ green 9 ◦ blue 143

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

Shades of Ultramarine #19098F

Tints of Ultramarine #19098F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 80.79%

R = 14.12%
G = 5.08%
B = 80.79%

CMYK

 C value IS 0.83

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#19098F (or 0x19098F) is known color: Ultramarine. HEX triplet: 19, 09 and 8F. RGB value is (25,9,143). Sum of RGB (Red+Green+Blue) = 25+9+143=177 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.12% from 177); Green value is 9 (3.91% from 255 or 5.08% from 177); Blue value is 143 (56.25% from 255 or 80.79% from 177); Max value from RGB is 143 - color contains mainly: blue. Hex color #19098F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19098F is #E6F670. Grayscale: #1C1C1C. Windows color (decimal): -15136369 or 9373977. OLE color: 9373977.

HSL color Cylindrical-coordinate representation of color #19098F: hue angle of 247.16º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #19098F is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 25 9 143 -
CMYK 0.83 0.94 0 0.44
HSL 247.16º 0.88% 0.3% -
HSV(B) 247.16º 0.94% 0.56% -
XYZ 5.46 2.39 26.16 -
YUV 29.06 192.3 125.1 -
System Red Green Blue C M Y K H S L
Decimal 25 9 143 0.83 0.94 0 0.44 247.16 0.88 0.3
Hex 19 9 8F 53 5E 0 2C F7 58 1E
Octal 31 11 217 123 136 0 54 367 130 36
Binary 11001 1001 10001111 1010011 1011110 0 101100 11110111 1011000 11110

Color Harmonies of #19098F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19098F

Black with #19098F

Text Example


Text Example

White with #19098F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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