#131f97

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

Shades of Ultramarine #131F97

Tints of Ultramarine #131F97

Color information

#131F97 (or 0x131F97) is unknown color: approx Ultramarine. HEX triplet: 13, 1F and 97. RGB value is (19,31,151). Sum of RGB (Red+Green+Blue) = 19+31+151=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 31 (12.5% from 255 or 15.42% from 201); Blue value is 151 (59.38% from 255 or 75.12% from 201); Max value from RGB is 151 - color contains mainly: blue. Hex color #131F97 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131F97 is #ECE068. Grayscale: #282828. Windows color (decimal): -15523945 or 9903891. OLE color: 9903891.

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

Color convert

RGB1931151-
CMYK0.870.7900.41
HSL234.55º77.65%33.33%-
HSV(B)234.55º87.42%59.22%-
XYZ6.343.3529.59-
YUV41.09190.02112.24-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.45%
GREEN value IS 31 (12.5% from 255) = 15.42%
BLUE value IS 151 (59.38% from 255) = 75.12%
R=9.45%
G=15.42%
B=75.12%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal19311510.870.7900.41234.5577.6533.33
Hex131F97574F029eb4e21
Octal233722712711705135311641
Binary100111111110010111101011110011110101001111010111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131f97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,31,151); }

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

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

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

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

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

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

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