Html Css Color HEX #191095 Ultramarine

📋 copy color: '#191095'

red 25 ◦ green 16 ◦ blue 149

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

Shades of Ultramarine #191095

Tints of Ultramarine #191095

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.42%

 BLUE value IS 149 (58.59% from 255) = 78.42%

R = 13.16%
G = 8.42%
B = 78.42%

CMYK

 C value IS 0.83

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#191095 (or 0x191095) is known color: Ultramarine. HEX triplet: 19, 10 and 95. RGB value is (25,16,149). Sum of RGB (Red+Green+Blue) = 25+16+149=190 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.16% from 190); Green value is 16 (6.64% from 255 or 8.42% from 190); Blue value is 149 (58.59% from 255 or 78.42% from 190); Max value from RGB is 149 - color contains mainly: blue. Hex color #191095 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #191095 is #E6EF6A. Grayscale: #212121. Windows color (decimal): -15134571 or 9768985. OLE color: 9768985.

HSL color Cylindrical-coordinate representation of color #191095: hue angle of 244.06º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #191095 is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 25 16 149 -
CMYK 0.83 0.89 0 0.42
HSL 244.06º 0.81% 0.32% -
HSV(B) 244.06º 0.89% 0.58% -
XYZ 6.01 2.75 28.65 -
YUV 33.85 192.98 121.69 -
System Red Green Blue C M Y K H S L
Decimal 25 16 149 0.83 0.89 0 0.42 244.06 0.81 0.32
Hex 19 10 95 53 59 0 2A F4 51 20
Octal 31 20 225 123 131 0 52 364 121 40
Binary 11001 10000 10010101 1010011 1011001 0 101010 11110100 1010001 100000

Color Harmonies of #191095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191095

Black with #191095

Text Example


Text Example

White with #191095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191095; }

 p { color: rgb(25,16,149); }

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

background-color css

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

 a { background-color: rgb(25,16,149); }

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

border-color css

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

 span { border-color: rgb(25,16,149); }

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