#131296

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

Shades of Ultramarine #131296

Tints of Ultramarine #131296

Color information

#131296 (or 0x131296) is unknown color: approx Ultramarine. HEX triplet: 13, 12 and 96. RGB value is (19,18,150). Sum of RGB (Red+Green+Blue) = 19+18+150=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 18 (7.42% from 255 or 9.63% from 187); Blue value is 150 (58.98% from 255 or 80.21% from 187); Max value from RGB is 150 - color contains mainly: blue. Hex color #131296 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131296 is #ECED69. Grayscale: #202020. Windows color (decimal): -15527274 or 9835027. OLE color: 9835027.

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

Color convert

RGB1918150-
CMYK0.870.8800.41
HSL240.45º78.57%32.94%-
HSV(B)240.45º88%58.82%-
XYZ5.992.7729.07-
YUV33.35193.83117.77-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.16%
GREEN value IS 18 (7.42% from 255) = 9.63%
BLUE value IS 150 (58.98% from 255) = 80.21%
R=10.16%
G=9.63%
B=80.21%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal19181500.870.8800.41240.4578.5732.94
Hex1312965758029f04f21
Octal232222612713005136011741
Binary100111001010010110101011110110000101001111100001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131296; }

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

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

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

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

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

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

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

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