#131D5D

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

Shades of Sapphire #131D5D

Tints of Sapphire #131D5D

Color information

#131D5D (or 0x131D5D) is unknown color: approx Sapphire. HEX triplet: 13, 1D and 5D. RGB value is (19,29,93). Sum of RGB (Red+Green+Blue) = 19+29+93=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 29 (11.72% from 255 or 20.57% from 141); Blue value is 93 (36.72% from 255 or 65.96% from 141); Max value from RGB is 93 - color contains mainly: blue. Hex color #131D5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131D5D is #ECE2A2. Grayscale: #212121. Windows color (decimal): -15524515 or 6102291. OLE color: 6102291.

HSL color Cylindrical-coordinate representation of color #131D5D: hue angle of 231.89º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #131D5D is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB192993-
CMYK0.800.6900.64
HSL231.89º66.07%21.96%-
HSV(B)231.89º79.57%36.47%-
XYZ2.681.8110.56-
YUV33.31161.69117.8-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.48%
GREEN value IS 29 (11.72% from 255) = 20.57%
BLUE value IS 93 (36.72% from 255) = 65.96%
R=13.48%
G=20.57%
B=65.96%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1929930.800.6900.64231.8966.0721.96
Hex131D5D5045040e84216
Octal2335135120105010035010226
Binary10011111011011101101000010001010100000011101000100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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