#131196

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

Shades of Ultramarine #131196

Tints of Ultramarine #131196

Color information

#131196 (or 0x131196) is unknown color: approx Ultramarine. HEX triplet: 13, 11 and 96. RGB value is (19,17,150). Sum of RGB (Red+Green+Blue) = 19+17+150=186 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.22% from 186); Green value is 17 (7.03% from 255 or 9.14% from 186); Blue value is 150 (58.98% from 255 or 80.65% from 186); Max value from RGB is 150 - color contains mainly: blue. Hex color #131196 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131196 is #ECEE69. Grayscale: #202020. Windows color (decimal): -15527530 or 9834771. OLE color: 9834771.

HSL color Cylindrical-coordinate representation of color #131196: hue angle of 240.9º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #131196 is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1917150-
CMYK0.870.8900.41
HSL240.9º79.64%32.75%-
HSV(B)240.9º88.67%58.82%-
XYZ5.972.7429.07-
YUV32.76194.16118.19-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.22%
GREEN value IS 17 (7.03% from 255) = 9.14%
BLUE value IS 150 (58.98% from 255) = 80.65%
R=10.22%
G=9.14%
B=80.65%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal19171500.870.8900.41240.979.6432.75
Hex1311965759029f15021
Octal232122612713105136112041
Binary100111000110010110101011110110010101001111100011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131196; }

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

 H1.HeaderClassName
 {
   color: #131196;
 }
 .AnyTagClassName
 {
   color: #131196;
 }
</style>
background-color css

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

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

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

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

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

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