#131C55

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

Shades of Sapphire #131C55

Tints of Sapphire #131C55

Color information

#131C55 (or 0x131C55) is unknown color: approx Sapphire. HEX triplet: 13, 1C and 55. RGB value is (19,28,85). Sum of RGB (Red+Green+Blue) = 19+28+85=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 28 (11.33% from 255 or 21.21% from 132); Blue value is 85 (33.59% from 255 or 64.39% from 132); Max value from RGB is 85 - color contains mainly: blue. Hex color #131C55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131C55 is #ECE3AA. Grayscale: #1F1F1F. Windows color (decimal): -15524779 or 5577747. OLE color: 5577747.

HSL color Cylindrical-coordinate representation of color #131C55: hue angle of 231.82º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #131C55 is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB192885-
CMYK0.780.6700.67
HSL231.82º63.46%20.39%-
HSV(B)231.82º77.65%33.33%-
XYZ2.321.628.79-
YUV31.81158.02118.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.39%
GREEN value IS 28 (11.33% from 255) = 21.21%
BLUE value IS 85 (33.59% from 255) = 64.39%
R=14.39%
G=21.21%
B=64.39%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1928850.780.6700.67231.8263.4620.39
Hex131C554E43043e83f14
Octal233412511610301033507724
Binary1001111100101010110011101000011010000111110100011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,28,85); }

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

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

 a { background-color: rgb(19,28,85); }

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

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

 span { border-color: rgb(19,28,85); }

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