Html Css Color HEX #19139B Ultramarine

📋 copy color: '#19139B'

red 25 ◦ green 19 ◦ blue 155

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

Shades of Ultramarine #19139B

Tints of Ultramarine #19139B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.55%

 BLUE value IS 155 (60.94% from 255) = 77.89%

R = 12.56%
G = 9.55%
B = 77.89%

CMYK

 C value IS 0.84

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#19139B (or 0x19139B) is known color: Ultramarine. HEX triplet: 19, 13 and 9B. RGB value is (25,19,155). Sum of RGB (Red+Green+Blue) = 25+19+155=199 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.56% from 199); Green value is 19 (7.81% from 255 or 9.55% from 199); Blue value is 155 (60.94% from 255 or 77.89% from 199); Max value from RGB is 155 - color contains mainly: blue. Hex color #19139B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19139B is #E6EC64. Grayscale: #232323. Windows color (decimal): -15133797 or 10162969. OLE color: 10162969.

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

Color convert

RGB 25 19 155 -
CMYK 0.84 0.88 0 0.39
HSL 242.65º 0.78% 0.34% -
HSV(B) 242.65º 0.88% 0.61% -
XYZ 6.55 3.04 31.25 -
YUV 36.3 194.99 119.94 -
System Red Green Blue C M Y K H S L
Decimal 25 19 155 0.84 0.88 0 0.39 242.65 0.78 0.34
Hex 19 13 9B 54 58 0 27 F3 4E 22
Octal 31 23 233 124 130 0 47 363 116 42
Binary 11001 10011 10011011 1010100 1011000 0 100111 11110011 1001110 100010

Color Harmonies of #19139B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19139B

Black with #19139B

Text Example


Text Example

White with #19139B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #19139B;
 }
 .AnyTagClassName
 {
   color: #19139B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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