#131F56

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

Shades of Sapphire #131F56

Tints of Sapphire #131F56

Color information

#131F56 (or 0x131F56) is unknown color: approx Sapphire. HEX triplet: 13, 1F and 56. RGB value is (19,31,86). Sum of RGB (Red+Green+Blue) = 19+31+86=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 31 (12.5% from 255 or 22.79% from 136); Blue value is 86 (33.98% from 255 or 63.24% from 136); Max value from RGB is 86 - color contains mainly: blue. Hex color #131F56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131F56 is #ECE0A9. Grayscale: #212121. Windows color (decimal): -15524010 or 5644051. OLE color: 5644051.

HSL color Cylindrical-coordinate representation of color #131F56: hue angle of 229.25º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #131F56 is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB193186-
CMYK0.780.6400.66
HSL229.25º63.81%20.59%-
HSV(B)229.25º77.91%33.73%-
XYZ2.441.799.02-
YUV33.68157.52117.53-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.97%
GREEN value IS 31 (12.5% from 255) = 22.79%
BLUE value IS 86 (33.98% from 255) = 63.24%
R=13.97%
G=22.79%
B=63.24%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1931860.780.6400.66229.2563.8120.59
Hex131F564E40042e54015
Octal2337126116100010234510025
Binary10011111111010110100111010000000100001011100101100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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