Html Css Color HEX #191080 Ultramarine

📋 copy color: '#191080'

red 25 ◦ green 16 ◦ blue 128

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

Shades of Ultramarine #191080

Tints of Ultramarine #191080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 75.74%

R = 14.79%
G = 9.47%
B = 75.74%

CMYK

 C value IS 0.80

 M value IS 0.88

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#191080 (or 0x191080) is known color: Ultramarine. HEX triplet: 19, 10 and 80. RGB value is (25,16,128). Sum of RGB (Red+Green+Blue) = 25+16+128=169 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.79% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 128 (50.39% from 255 or 75.74% from 169); Max value from RGB is 128 - color contains mainly: blue. Hex color #191080 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #191080 is #E6EF7F. Grayscale: #1F1F1F. Windows color (decimal): -15134592 or 8392729. OLE color: 8392729.

HSL color Cylindrical-coordinate representation of color #191080: hue angle of 244.82º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #191080 is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 25 16 128 -
CMYK 0.80 0.88 0 0.50
HSL 244.82º 0.78% 0.28% -
HSV(B) 244.82º 0.88% 0.5% -
XYZ 4.48 2.14 20.6 -
YUV 31.46 182.48 123.39 -
System Red Green Blue C M Y K H S L
Decimal 25 16 128 0.80 0.88 0 0.50 244.82 0.78 0.28
Hex 19 10 80 50 58 0 32 F5 4E 1C
Octal 31 20 200 120 130 0 62 365 116 34
Binary 11001 10000 10000000 1010000 1011000 0 110010 11110101 1001110 11100

Color Harmonies of #191080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191080

Black with #191080

Text Example


Text Example

White with #191080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191080; }

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

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

background-color css

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

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

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

border-color css

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

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

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