Html Css Color HEX #190588 Ultramarine

📋 copy color: '#190588'

red 25 ◦ green 5 ◦ blue 136

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

Shades of Ultramarine #190588

Tints of Ultramarine #190588

RGB

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

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

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

R = 15.06%
G = 3.01%
B = 81.93%

CMYK

 C value IS 0.82

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#190588 (or 0x190588) is known color: Ultramarine. HEX triplet: 19, 05 and 88. RGB value is (25,5,136). Sum of RGB (Red+Green+Blue) = 25+5+136=166 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.06% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 136 (53.52% from 255 or 81.93% from 166); Max value from RGB is 136 - color contains mainly: blue. Hex color #190588 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190588 is #E6FA77. Grayscale: #191919. Windows color (decimal): -15137400 or 8914201. OLE color: 8914201.

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

Color convert

RGB 25 5 136 -
CMYK 0.82 0.96 0 0.47
HSL 249.16º 0.93% 0.28% -
HSV(B) 249.16º 0.96% 0.53% -
XYZ 4.9 2.09 23.44 -
YUV 25.91 190.13 127.35 -
System Red Green Blue C M Y K H S L
Decimal 25 5 136 0.82 0.96 0 0.47 249.16 0.93 0.28
Hex 19 5 88 52 60 0 2F F9 5D 1C
Octal 31 5 210 122 140 0 57 371 135 34
Binary 11001 101 10001000 1010010 1100000 0 101111 11111001 1011101 11100

Color Harmonies of #190588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190588

Black with #190588

Text Example


Text Example

White with #190588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190588; }

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

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

background-color css

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

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

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

border-color css

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

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

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