Html Css Color HEX #19099B Ultramarine

📋 copy color: '#19099B'

red 25 ◦ green 9 ◦ blue 155

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

Shades of Ultramarine #19099B

Tints of Ultramarine #19099B

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 value IS 0.84

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#19099B (or 0x19099B) is known color: 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

RGB 25 9 155 -
CMYK 0.84 0.94 0 0.39
HSL 246.58º 0.89% 0.32% -
HSV(B) 246.58º 0.94% 0.61% -
XYZ 6.41 2.77 31.21 -
YUV 30.43 198.3 124.13 -
System Red Green Blue C M Y K H S L
Decimal 25 9 155 0.84 0.94 0 0.39 246.58 0.89 0.32
Hex 19 9 9B 54 5E 0 27 F7 59 20
Octal 31 11 233 124 136 0 47 367 131 40
Binary 11001 1001 10011011 1010100 1011110 0 100111 11110111 1011001 100000

Color Harmonies of #19099B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19099B

Black with #19099B

Text Example


Text Example

White with #19099B

Text Example


Text Example

HTML Codes & Css Web 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>