#131D5B

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

Shades of Sapphire #131D5B

Tints of Sapphire #131D5B

Color information

#131D5B (or 0x131D5B) is unknown color: approx Sapphire. HEX triplet: 13, 1D and 5B. RGB value is (19,29,91). Sum of RGB (Red+Green+Blue) = 19+29+91=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 29 (11.72% from 255 or 20.86% from 139); Blue value is 91 (35.94% from 255 or 65.47% from 139); Max value from RGB is 91 - color contains mainly: blue. Hex color #131D5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131D5B is #ECE2A4. Grayscale: #202020. Windows color (decimal): -15524517 or 5971219. OLE color: 5971219.

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

Color convert

RGB192991-
CMYK0.790.6800.64
HSL231.67º65.45%21.57%-
HSV(B)231.67º79.12%35.69%-
XYZ2.61.7710.1-
YUV33.08160.69117.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.67%
GREEN value IS 29 (11.72% from 255) = 20.86%
BLUE value IS 91 (35.94% from 255) = 65.47%
R=13.67%
G=20.86%
B=65.47%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1929910.790.6800.64231.6765.4521.57
Hex131D5B4F44040e84116
Octal2335133117104010035010126
Binary10011111011011011100111110001000100000011101000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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