Html Css Color HEX #191394 Ultramarine

📋 copy color: '#191394'

red 25 ◦ green 19 ◦ blue 148

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

Shades of Ultramarine #191394

Tints of Ultramarine #191394

RGB

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

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

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

R = 13.02%
G = 9.9%
B = 77.08%

CMYK

 C value IS 0.83

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#191394 (or 0x191394) is known color: Ultramarine. HEX triplet: 19, 13 and 94. RGB value is (25,19,148). Sum of RGB (Red+Green+Blue) = 25+19+148=192 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.02% from 192); Green value is 19 (7.81% from 255 or 9.90% from 192); Blue value is 148 (58.20% from 255 or 77.08% from 192); Max value from RGB is 148 - color contains mainly: blue. Hex color #191394 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #191394 is #E6EC6B. Grayscale: #222222. Windows color (decimal): -15133804 or 9704217. OLE color: 9704217.

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

Color convert

RGB 25 19 148 -
CMYK 0.83 0.87 0 0.42
HSL 242.79º 0.77% 0.33% -
HSV(B) 242.79º 0.87% 0.58% -
XYZ 5.98 2.81 28.24 -
YUV 35.5 191.49 120.51 -
System Red Green Blue C M Y K H S L
Decimal 25 19 148 0.83 0.87 0 0.42 242.79 0.77 0.33
Hex 19 13 94 53 57 0 2A F3 4D 21
Octal 31 23 224 123 127 0 52 363 115 41
Binary 11001 10011 10010100 1010011 1010111 0 101010 11110011 1001101 100001

Color Harmonies of #191394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191394

Black with #191394

Text Example


Text Example

White with #191394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191394; }

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

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

background-color css

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

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

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

border-color css

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

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

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