Html Css Color HEX #191194 Ultramarine

📋 copy color: '#191194'

red 25 ◦ green 17 ◦ blue 148

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

Shades of Ultramarine #191194

Tints of Ultramarine #191194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 77.89%

R = 13.16%
G = 8.95%
B = 77.89%

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

#191194 (or 0x191194) is known color: Ultramarine. HEX triplet: 19, 11 and 94. RGB value is (25,17,148). Sum of RGB (Red+Green+Blue) = 25+17+148=190 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.16% from 190); Green value is 17 (7.03% from 255 or 8.95% from 190); Blue value is 148 (58.20% from 255 or 77.89% from 190); Max value from RGB is 148 - color contains mainly: blue. Hex color #191194 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #191194 is #E6EE6B. Grayscale: #212121. Windows color (decimal): -15134316 or 9703705. OLE color: 9703705.

HSL color Cylindrical-coordinate representation of color #191194: hue angle of 243.66º degrees, saturation: 0.79, 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 #191194 is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 25 17 148 -
CMYK 0.83 0.89 0 0.42
HSL 243.66º 0.79% 0.32% -
HSV(B) 243.66º 0.89% 0.58% -
XYZ 5.95 2.75 28.23 -
YUV 34.33 192.15 121.35 -
System Red Green Blue C M Y K H S L
Decimal 25 17 148 0.83 0.89 0 0.42 243.66 0.79 0.32
Hex 19 11 94 53 59 0 2A F4 4F 20
Octal 31 21 224 123 131 0 52 364 117 40
Binary 11001 10001 10010100 1010011 1011001 0 101010 11110100 1001111 100000

Color Harmonies of #191194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191194

Black with #191194

Text Example


Text Example

White with #191194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191194; }

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

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

background-color css

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

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

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

border-color css

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

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

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