Html Css Color HEX #19119A Ultramarine

📋 copy color: '#19119A'

red 25 ◦ green 17 ◦ blue 154

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

Shades of Ultramarine #19119A

Tints of Ultramarine #19119A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 78.57%

R = 12.76%
G = 8.67%
B = 78.57%

CMYK

 C value IS 0.84

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#19119A (or 0x19119A) is known color: Ultramarine. HEX triplet: 19, 11 and 9A. RGB value is (25,17,154). Sum of RGB (Red+Green+Blue) = 25+17+154=196 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.76% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 154 (60.55% from 255 or 78.57% from 196); Max value from RGB is 154 - color contains mainly: blue. Hex color #19119A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #19119A is #E6EE65. Grayscale: #222222. Windows color (decimal): -15134310 or 10096921. OLE color: 10096921.

HSL color Cylindrical-coordinate representation of color #19119A: hue angle of 243.5º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19119A is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 25 17 154 -
CMYK 0.84 0.89 0 0.40
HSL 243.5º 0.8% 0.34% -
HSV(B) 243.5º 0.89% 0.6% -
XYZ 6.43 2.94 30.8 -
YUV 35.01 195.15 120.86 -
System Red Green Blue C M Y K H S L
Decimal 25 17 154 0.84 0.89 0 0.40 243.5 0.8 0.34
Hex 19 11 9A 54 59 0 28 F4 50 22
Octal 31 21 232 124 131 0 50 364 120 42
Binary 11001 10001 10011010 1010100 1011001 0 101000 11110100 1010000 100010

Color Harmonies of #19119A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19119A

Black with #19119A

Text Example


Text Example

White with #19119A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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