#131E5D

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

Shades of Sapphire #131E5D

Tints of Sapphire #131E5D

Color information

#131E5D (or 0x131E5D) is unknown color: approx Sapphire. HEX triplet: 13, 1E and 5D. RGB value is (19,30,93). Sum of RGB (Red+Green+Blue) = 19+30+93=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 30 (12.11% from 255 or 21.13% from 142); Blue value is 93 (36.72% from 255 or 65.49% from 142); Max value from RGB is 93 - color contains mainly: blue. Hex color #131E5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131E5D is #ECE1A2. Grayscale: #212121. Windows color (decimal): -15524259 or 6102547. OLE color: 6102547.

HSL color Cylindrical-coordinate representation of color #131E5D: hue angle of 231.08º 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 #131E5D is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB193093-
CMYK0.800.6800.64
HSL231.08º66.07%21.96%-
HSV(B)231.08º79.57%36.47%-
XYZ2.711.8610.57-
YUV33.89161.36117.38-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.38%
GREEN value IS 30 (12.11% from 255) = 21.13%
BLUE value IS 93 (36.72% from 255) = 65.49%
R=13.38%
G=21.13%
B=65.49%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1930930.800.6800.64231.0866.0721.96
Hex131E5D5044040e74216
Octal2336135120104010034710226
Binary10011111101011101101000010001000100000011100111100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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