Html Css Color HEX #190591 Ultramarine

📋 copy color: '#190591'

red 25 ◦ green 5 ◦ blue 145

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

Shades of Ultramarine #190591

Tints of Ultramarine #190591

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.86%

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

R = 14.29%
G = 2.86%
B = 82.86%

CMYK

 C value IS 0.83

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#190591 (or 0x190591) is known color: Ultramarine. HEX triplet: 19, 05 and 91. RGB value is (25,5,145). Sum of RGB (Red+Green+Blue) = 25+5+145=175 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.29% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 145 (57.03% from 255 or 82.86% from 175); Max value from RGB is 145 - color contains mainly: blue. Hex color #190591 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190591 is #E6FA6E. Grayscale: #1A1A1A. Windows color (decimal): -15137391 or 9504025. OLE color: 9504025.

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

Color convert

RGB 25 5 145 -
CMYK 0.83 0.97 0 0.43
HSL 248.57º 0.93% 0.29% -
HSV(B) 248.57º 0.97% 0.57% -
XYZ 5.57 2.36 26.95 -
YUV 26.94 194.63 126.62 -
System Red Green Blue C M Y K H S L
Decimal 25 5 145 0.83 0.97 0 0.43 248.57 0.93 0.29
Hex 19 5 91 53 61 0 2B F9 5D 1D
Octal 31 5 221 123 141 0 53 371 135 35
Binary 11001 101 10010001 1010011 1100001 0 101011 11111001 1011101 11101

Color Harmonies of #190591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190591

Black with #190591

Text Example


Text Example

White with #190591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190591; }

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

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

background-color css

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

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

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

border-color css

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

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

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