Html Css Color HEX #191090 Ultramarine

📋 copy color: '#191090'

red 25 ◦ green 16 ◦ blue 144

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

Shades of Ultramarine #191090

Tints of Ultramarine #191090

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.65%

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

R = 13.51%
G = 8.65%
B = 77.84%

CMYK

 C value IS 0.83

 M value IS 0.89

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#191090 (or 0x191090) is known color: Ultramarine. HEX triplet: 19, 10 and 90. RGB value is (25,16,144). Sum of RGB (Red+Green+Blue) = 25+16+144=185 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.51% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 144 (56.64% from 255 or 77.84% from 185); Max value from RGB is 144 - color contains mainly: blue. Hex color #191090 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #191090 is #E6EF6F. Grayscale: #202020. Windows color (decimal): -15134576 or 9441305. OLE color: 9441305.

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

Color convert

RGB 25 16 144 -
CMYK 0.83 0.89 0 0.44
HSL 244.22º 0.8% 0.31% -
HSV(B) 244.22º 0.89% 0.56% -
XYZ 5.62 2.59 26.59 -
YUV 33.28 190.48 122.09 -
System Red Green Blue C M Y K H S L
Decimal 25 16 144 0.83 0.89 0 0.44 244.22 0.8 0.31
Hex 19 10 90 53 59 0 2C F4 50 1F
Octal 31 20 220 123 131 0 54 364 120 37
Binary 11001 10000 10010000 1010011 1011001 0 101100 11110100 1010000 11111

Color Harmonies of #191090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191090

Black with #191090

Text Example


Text Example

White with #191090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191090; }

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

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

background-color css

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

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

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

border-color css

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

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

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