Html Css Color HEX #19119F Ultramarine

📋 copy color: '#19119F'

red 25 ◦ green 17 ◦ blue 159

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

Shades of Ultramarine #19119F

Tints of Ultramarine #19119F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.46%

 BLUE value IS 159 (62.5% from 255) = 79.1%

R = 12.44%
G = 8.46%
B = 79.1%

CMYK

 C value IS 0.84

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#19119F (or 0x19119F) is known color: Ultramarine. HEX triplet: 19, 11 and 9F. RGB value is (25,17,159). Sum of RGB (Red+Green+Blue) = 25+17+159=201 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.44% from 201); Green value is 17 (7.03% from 255 or 8.46% from 201); Blue value is 159 (62.5% from 255 or 79.10% from 201); Max value from RGB is 159 - color contains mainly: blue. Hex color #19119F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19119F is #E6EE60. Grayscale: #232323. Windows color (decimal): -15134305 or 10424601. OLE color: 10424601.

HSL color Cylindrical-coordinate representation of color #19119F: hue angle of 243.38º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19119F is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 25 17 159 -
CMYK 0.84 0.89 0 0.38
HSL 243.38º 0.81% 0.35% -
HSV(B) 243.38º 0.89% 0.62% -
XYZ 6.86 3.11 33.04 -
YUV 35.58 197.65 120.45 -
System Red Green Blue C M Y K H S L
Decimal 25 17 159 0.84 0.89 0 0.38 243.38 0.81 0.35
Hex 19 11 9F 54 59 0 26 F3 51 23
Octal 31 21 237 124 131 0 46 363 121 43
Binary 11001 10001 10011111 1010100 1011001 0 100110 11110011 1010001 100011

Color Harmonies of #19119F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19119F

Black with #19119F

Text Example


Text Example

White with #19119F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,17,159); }

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

background-color css

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

 a { background-color: rgb(25,17,159); }

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

border-color css

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

 span { border-color: rgb(25,17,159); }

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