#131F60

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

Shades of Sapphire #131F60

Tints of Sapphire #131F60

Color information

#131F60 (or 0x131F60) is unknown color: approx Sapphire. HEX triplet: 13, 1F and 60. RGB value is (19,31,96). Sum of RGB (Red+Green+Blue) = 19+31+96=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 31 (12.5% from 255 or 21.23% from 146); Blue value is 96 (37.89% from 255 or 65.75% from 146); Max value from RGB is 96 - color contains mainly: blue. Hex color #131F60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131F60 is #ECE09F. Grayscale: #222222. Windows color (decimal): -15524000 or 6299411. OLE color: 6299411.

HSL color Cylindrical-coordinate representation of color #131F60: hue angle of 230.65º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #131F60 is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB193196-
CMYK0.800.6800.62
HSL230.65º66.96%22.55%-
HSV(B)230.65º80.21%37.65%-
XYZ2.871.9611.29-
YUV34.82162.52116.71-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.01%
GREEN value IS 31 (12.5% from 255) = 21.23%
BLUE value IS 96 (37.89% from 255) = 65.75%
R=13.01%
G=21.23%
B=65.75%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1931960.800.6800.62230.6566.9622.55
Hex131F60504403Ee74317
Octal233714012010407634710327
Binary1001111111110000010100001000100011111011100111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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