Html Css Color HEX #191391 Ultramarine

📋 copy color: '#191391'

red 25 ◦ green 19 ◦ blue 145

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

Shades of Ultramarine #191391

Tints of Ultramarine #191391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 76.72%

R = 13.23%
G = 10.05%
B = 76.72%

CMYK

 C value IS 0.83

 M value IS 0.87

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#191391 (or 0x191391) is known color: Ultramarine. HEX triplet: 19, 13 and 91. RGB value is (25,19,145). Sum of RGB (Red+Green+Blue) = 25+19+145=189 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.23% from 189); Green value is 19 (7.81% from 255 or 10.05% from 189); Blue value is 145 (57.03% from 255 or 76.72% from 189); Max value from RGB is 145 - color contains mainly: blue. Hex color #191391 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #191391 is #E6EC6E. Grayscale: #222222. Windows color (decimal): -15133807 or 9507609. OLE color: 9507609.

HSL color Cylindrical-coordinate representation of color #191391: hue angle of 242.86º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #191391 is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 25 19 145 -
CMYK 0.83 0.87 0 0.43
HSL 242.86º 0.77% 0.32% -
HSV(B) 242.86º 0.87% 0.57% -
XYZ 5.74 2.72 27.01 -
YUV 35.16 189.99 120.75 -
System Red Green Blue C M Y K H S L
Decimal 25 19 145 0.83 0.87 0 0.43 242.86 0.77 0.32
Hex 19 13 91 53 57 0 2B F3 4D 20
Octal 31 23 221 123 127 0 53 363 115 40
Binary 11001 10011 10010001 1010011 1010111 0 101011 11110011 1001101 100000

Color Harmonies of #191391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191391

Black with #191391

Text Example


Text Example

White with #191391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191391; }

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

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

background-color css

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

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

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

border-color css

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

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

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