Html Css Color HEX #190880 Ultramarine

📋 copy color: '#190880'

red 25 ◦ green 8 ◦ blue 128

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

Shades of Ultramarine #190880

Tints of Ultramarine #190880

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.97%

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

R = 15.53%
G = 4.97%
B = 79.5%

CMYK

 C value IS 0.80

 M value IS 0.94

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#190880 (or 0x190880) is known color: Ultramarine. HEX triplet: 19, 08 and 80. RGB value is (25,8,128). Sum of RGB (Red+Green+Blue) = 25+8+128=161 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.53% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 128 (50.39% from 255 or 79.50% from 161); Max value from RGB is 128 - color contains mainly: blue. Hex color #190880 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190880 is #E6F77F. Grayscale: #1A1A1A. Windows color (decimal): -15136640 or 8390681. OLE color: 8390681.

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

Color convert

RGB 25 8 128 -
CMYK 0.80 0.94 0 0.50
HSL 248.5º 0.88% 0.27% -
HSV(B) 248.5º 0.94% 0.5% -
XYZ 4.38 1.94 20.57 -
YUV 26.76 185.13 126.74 -
System Red Green Blue C M Y K H S L
Decimal 25 8 128 0.80 0.94 0 0.50 248.5 0.88 0.27
Hex 19 8 80 50 5E 0 32 F9 58 1B
Octal 31 10 200 120 136 0 62 371 130 33
Binary 11001 1000 10000000 1010000 1011110 0 110010 11111001 1011000 11011

Color Harmonies of #190880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190880

Black with #190880

Text Example


Text Example

White with #190880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190880; }

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

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

background-color css

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

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

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

border-color css

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

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

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