Html Css Color HEX #190488 Ultramarine

📋 copy color: '#190488'

red 25 ◦ green 4 ◦ blue 136

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

Shades of Ultramarine #190488

Tints of Ultramarine #190488

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.42%

 BLUE value IS 136 (53.52% from 255) = 82.42%

R = 15.15%
G = 2.42%
B = 82.42%

CMYK

 C value IS 0.82

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#190488 (or 0x190488) is known color: Ultramarine. HEX triplet: 19, 04 and 88. RGB value is (25,4,136). Sum of RGB (Red+Green+Blue) = 25+4+136=165 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.15% from 165); Green value is 4 (1.95% from 255 or 2.42% from 165); Blue value is 136 (53.52% from 255 or 82.42% from 165); Max value from RGB is 136 - color contains mainly: blue. Hex color #190488 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190488 is #E6FB77. Grayscale: #181818. Windows color (decimal): -15137656 or 8913945. OLE color: 8913945.

HSL color Cylindrical-coordinate representation of color #190488: hue angle of 249.55º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #190488 is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 25 4 136 -
CMYK 0.82 0.97 0 0.47
HSL 249.55º 0.94% 0.27% -
HSV(B) 249.55º 0.97% 0.53% -
XYZ 4.89 2.07 23.43 -
YUV 25.33 190.46 127.77 -
System Red Green Blue C M Y K H S L
Decimal 25 4 136 0.82 0.97 0 0.47 249.55 0.94 0.27
Hex 19 4 88 52 61 0 2F FA 5E 1B
Octal 31 4 210 122 141 0 57 372 136 33
Binary 11001 100 10001000 1010010 1100001 0 101111 11111010 1011110 11011

Color Harmonies of #190488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190488

Black with #190488

Text Example


Text Example

White with #190488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190488; }

 p { color: rgb(25,4,136); }

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

background-color css

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

 a { background-color: rgb(25,4,136); }

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

border-color css

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

 span { border-color: rgb(25,4,136); }

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