#131D5A

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

Shades of Sapphire #131D5A

Tints of Sapphire #131D5A

Color information

#131D5A (or 0x131D5A) is unknown color: approx Sapphire. HEX triplet: 13, 1D and 5A. RGB value is (19,29,90). Sum of RGB (Red+Green+Blue) = 19+29+90=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 29 (11.72% from 255 or 21.01% from 138); Blue value is 90 (35.55% from 255 or 65.22% from 138); Max value from RGB is 90 - color contains mainly: blue. Hex color #131D5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131D5A is #ECE2A5. Grayscale: #202020. Windows color (decimal): -15524518 or 5905683. OLE color: 5905683.

HSL color Cylindrical-coordinate representation of color #131D5A: hue angle of 231.55º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #131D5A is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB192990-
CMYK0.790.6800.65
HSL231.55º65.14%21.37%-
HSV(B)231.55º78.89%35.29%-
XYZ2.551.769.88-
YUV32.96160.19118.04-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.77%
GREEN value IS 29 (11.72% from 255) = 21.01%
BLUE value IS 90 (35.55% from 255) = 65.22%
R=13.77%
G=21.01%
B=65.22%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1929900.790.6800.65231.5565.1421.37
Hex131D5A4F44041e84115
Octal2335132117104010135010125
Binary10011111011011010100111110001000100000111101000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,29,90); }

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

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

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

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

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

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

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