Html Css Color HEX #190990 Ultramarine

📋 copy color: '#190990'

red 25 ◦ green 9 ◦ blue 144

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

Shades of Ultramarine #190990

Tints of Ultramarine #190990

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.06%

 BLUE value IS 144 (56.64% from 255) = 80.9%

R = 14.04%
G = 5.06%
B = 80.9%

CMYK

 C value IS 0.83

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#190990 (or 0x190990) is known color: Ultramarine. HEX triplet: 19, 09 and 90. RGB value is (25,9,144). Sum of RGB (Red+Green+Blue) = 25+9+144=178 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.04% from 178); Green value is 9 (3.91% from 255 or 5.06% from 178); Blue value is 144 (56.64% from 255 or 80.90% from 178); Max value from RGB is 144 - color contains mainly: blue. Hex color #190990 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #190990 is #E6F66F. Grayscale: #1C1C1C. Windows color (decimal): -15136368 or 9439513. OLE color: 9439513.

HSL color Cylindrical-coordinate representation of color #190990: hue angle of 247.11º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #190990 is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 25 9 144 -
CMYK 0.83 0.94 0 0.44
HSL 247.11º 0.88% 0.3% -
HSV(B) 247.11º 0.94% 0.56% -
XYZ 5.53 2.42 26.56 -
YUV 29.17 192.8 125.02 -
System Red Green Blue C M Y K H S L
Decimal 25 9 144 0.83 0.94 0 0.44 247.11 0.88 0.3
Hex 19 9 90 53 5E 0 2C F7 58 1E
Octal 31 11 220 123 136 0 54 367 130 36
Binary 11001 1001 10010000 1010011 1011110 0 101100 11110111 1011000 11110

Color Harmonies of #190990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #190990

Black with #190990

Text Example


Text Example

White with #190990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #190990; }

 p { color: rgb(25,9,144); }

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

background-color css

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

 a { background-color: rgb(25,9,144); }

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

border-color css

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

 span { border-color: rgb(25,9,144); }

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