Html Css Color HEX #191295 Ultramarine

📋 copy color: '#191295'

red 25 ◦ green 18 ◦ blue 149

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

Shades of Ultramarine #191295

Tints of Ultramarine #191295

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.38%

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

R = 13.02%
G = 9.38%
B = 77.6%

CMYK

 C value IS 0.83

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#191295 (or 0x191295) is known color: Ultramarine. HEX triplet: 19, 12 and 95. RGB value is (25,18,149). Sum of RGB (Red+Green+Blue) = 25+18+149=192 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.02% from 192); Green value is 18 (7.42% from 255 or 9.38% from 192); Blue value is 149 (58.59% from 255 or 77.60% from 192); Max value from RGB is 149 - color contains mainly: blue. Hex color #191295 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #191295 is #E6ED6A. Grayscale: #222222. Windows color (decimal): -15134059 or 9769497. OLE color: 9769497.

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

Color convert

RGB 25 18 149 -
CMYK 0.83 0.88 0 0.42
HSL 243.21º 0.78% 0.33% -
HSV(B) 243.21º 0.88% 0.58% -
XYZ 6.04 2.81 28.66 -
YUV 35.03 192.32 120.85 -
System Red Green Blue C M Y K H S L
Decimal 25 18 149 0.83 0.88 0 0.42 243.21 0.78 0.33
Hex 19 12 95 53 58 0 2A F3 4E 21
Octal 31 22 225 123 130 0 52 363 116 41
Binary 11001 10010 10010101 1010011 1011000 0 101010 11110011 1001110 100001

Color Harmonies of #191295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191295

Black with #191295

Text Example


Text Example

White with #191295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191295; }

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

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

background-color css

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

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

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

border-color css

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

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

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