#131E99

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

Shades of Ultramarine #131E99

Tints of Ultramarine #131E99

Color information

#131E99 (or 0x131E99) is unknown color: approx Ultramarine. HEX triplet: 13, 1E and 99. RGB value is (19,30,153). Sum of RGB (Red+Green+Blue) = 19+30+153=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 30 (12.11% from 255 or 14.85% from 202); Blue value is 153 (60.16% from 255 or 75.74% from 202); Max value from RGB is 153 - color contains mainly: blue. Hex color #131E99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131E99 is #ECE166. Grayscale: #282828. Windows color (decimal): -15524199 or 10034707. OLE color: 10034707.

HSL color Cylindrical-coordinate representation of color #131E99: hue angle of 235.07º 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 #131E99 is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1930153-
CMYK0.880.8000.4
HSL235.07º77.91%33.73%-
HSV(B)235.07º87.58%60%-
XYZ6.483.3730.45-
YUV40.73191.36112.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.41%
GREEN value IS 30 (12.11% from 255) = 14.85%
BLUE value IS 153 (60.16% from 255) = 75.74%
R=9.41%
G=14.85%
B=75.74%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal19301530.880.8000.4235.0777.9133.73
Hex131E995850028eb4e22
Octal233623113012005035311642
Binary100111111010011001101100010100000101000111010111001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131E99; }

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

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

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

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

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

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

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

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