Html Css Color HEX #191290 Ultramarine

📋 copy color: '#191290'

red 25 ◦ green 18 ◦ blue 144

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

Shades of Ultramarine #191290

Tints of Ultramarine #191290

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.63%

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

R = 13.37%
G = 9.63%
B = 77.01%

CMYK

 C value IS 0.83

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#191290 (or 0x191290) is known color: Ultramarine. HEX triplet: 19, 12 and 90. RGB value is (25,18,144). Sum of RGB (Red+Green+Blue) = 25+18+144=187 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.37% from 187); Green value is 18 (7.42% from 255 or 9.63% from 187); Blue value is 144 (56.64% from 255 or 77.01% from 187); Max value from RGB is 144 - color contains mainly: blue. Hex color #191290 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #191290 is #E6ED6F. Grayscale: #212121. Windows color (decimal): -15134064 or 9441817. OLE color: 9441817.

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

Color convert

RGB 25 18 144 -
CMYK 0.83 0.88 0 0.44
HSL 243.33º 0.78% 0.32% -
HSV(B) 243.33º 0.88% 0.56% -
XYZ 5.65 2.65 26.6 -
YUV 34.46 189.82 121.25 -
System Red Green Blue C M Y K H S L
Decimal 25 18 144 0.83 0.88 0 0.44 243.33 0.78 0.32
Hex 19 12 90 53 58 0 2C F3 4E 20
Octal 31 22 220 123 130 0 54 363 116 40
Binary 11001 10010 10010000 1010011 1011000 0 101100 11110011 1001110 100000

Color Harmonies of #191290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191290

Black with #191290

Text Example


Text Example

White with #191290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191290; }

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

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

background-color css

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

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

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

border-color css

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

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

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