Html Css Color HEX #131190 Ultramarine

📋 copy color: '#131190'

red 19 ◦ green 17 ◦ blue 144

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

Shades of Ultramarine #131190

Tints of Ultramarine #131190

RGB

 RED value IS 19 (7.81% from 255) = 10.56%

 GREEN value IS 17 (7.03% from 255) = 9.44%

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

R = 10.56%
G = 9.44%
B = 80%

CMYK

 C value IS 0.87

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#131190 (or 0x131190) is known color: Ultramarine. HEX triplet: 13, 11 and 90. RGB value is (19,17,144). Sum of RGB (Red+Green+Blue) = 19+17+144=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 144 (56.64% from 255 or 80% from 180); Max value from RGB is 144 - color contains mainly: blue. Hex color #131190 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131190 is #ECEE6F. Grayscale: #1F1F1F. Windows color (decimal): -15527536 or 9441555. OLE color: 9441555.

HSL color Cylindrical-coordinate representation of color #131190: hue angle of 240.94º degrees, saturation: 0.79, 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 #131190 is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 17 144 -
CMYK 0.87 0.88 0 0.44
HSL 240.94º 0.79% 0.32% -
HSV(B) 240.94º 0.88% 0.56% -
XYZ 5.5 2.55 26.59 -
YUV 32.08 191.16 118.67 -
System Red Green Blue C M Y K H S L
Decimal 19 17 144 0.87 0.88 0 0.44 240.94 0.79 0.32
Hex 13 11 90 57 58 0 2C F1 4F 20
Octal 23 21 220 127 130 0 54 361 117 40
Binary 10011 10001 10010000 1010111 1011000 0 101100 11110001 1001111 100000

Color Harmonies of #131190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131190

Black with #131190

Text Example


Text Example

White with #131190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131190; }

 p { color: rgb(19,17,144); }

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

background-color css

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

 a { background-color: rgb(19,17,144); }

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

border-color css

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

 span { border-color: rgb(19,17,144); }

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