#131096

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

Shades of Ultramarine #131096

Tints of Ultramarine #131096

Color information

#131096 (or 0x131096) is unknown color: approx Ultramarine. HEX triplet: 13, 10 and 96. RGB value is (19,16,150). Sum of RGB (Red+Green+Blue) = 19+16+150=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 150 (58.98% from 255 or 81.08% from 185); Max value from RGB is 150 - color contains mainly: blue. Hex color #131096 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131096 is #ECEF69. Grayscale: #1F1F1F. Windows color (decimal): -15527786 or 9834515. OLE color: 9834515.

HSL color Cylindrical-coordinate representation of color #131096: hue angle of 241.34º degrees, saturation: 0.81, 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 #131096 is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1916150-
CMYK0.870.8900.41
HSL241.34º80.72%32.55%-
HSV(B)241.34º89.33%58.82%-
XYZ5.962.7129.06-
YUV32.17194.49118.6-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.27%
GREEN value IS 16 (6.64% from 255) = 8.65%
BLUE value IS 150 (58.98% from 255) = 81.08%
R=10.27%
G=8.65%
B=81.08%

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
Decimal19161500.870.8900.41241.3480.7232.55
Hex1310965759029f15121
Octal232022612713105136112141
Binary100111000010010110101011110110010101001111100011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131096; }

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

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

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

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

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

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

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

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