#131190

Color #131190 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #131190

Tints of Ultramarine #131190

Color information

#131190 (or 0x131190) is unknown color: approx 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

RGB1917144-
CMYK0.870.8800.44
HSL240.94º78.88%31.57%-
HSV(B)240.94º88.19%56.47%-
XYZ5.52.5526.59-
YUV32.08191.16118.67-

RGB Variations

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

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 (Cyan) values IS 0.87
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal19171440.870.8800.44240.9478.8831.57
Hex131190575802Cf14f20
Octal232122012713005436111740
Binary100111000110010000101011110110000101100111100011001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>