#131399

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

Shades of Ultramarine #131399

Tints of Ultramarine #131399

Color information

#131399 (or 0x131399) is unknown color: approx Ultramarine. HEX triplet: 13, 13 and 99. RGB value is (19,19,153). Sum of RGB (Red+Green+Blue) = 19+19+153=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 19 (7.81% from 255 or 9.95% from 191); Blue value is 153 (60.16% from 255 or 80.10% from 191); Max value from RGB is 153 - color contains mainly: blue. Hex color #131399 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131399 is #ECEC66. Grayscale: #212121. Windows color (decimal): -15527015 or 10031891. OLE color: 10031891.

HSL color Cylindrical-coordinate representation of color #131399: hue angle of 240º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #131399 is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1919153-
CMYK0.880.8800.4
HSL240º77.91%33.73%-
HSV(B)240º87.58%60%-
XYZ6.252.930.37-
YUV34.28195117.1-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.95%
GREEN value IS 19 (7.81% from 255) = 9.95%
BLUE value IS 153 (60.16% from 255) = 80.10%
R=9.95%
G=9.95%
B=80.10%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal19191530.880.8800.424077.9133.73
Hex1313995858028f04e22
Octal232323113013005036011642
Binary100111001110011001101100010110000101000111100001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131399; }

 p { color: rgb(19,19,153); }

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

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

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

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

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

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

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