#131B55

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

Shades of Sapphire #131B55

Tints of Sapphire #131B55

Color information

#131B55 (or 0x131B55) is unknown color: approx Sapphire. HEX triplet: 13, 1B and 55. RGB value is (19,27,85). Sum of RGB (Red+Green+Blue) = 19+27+85=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 27 (10.94% from 255 or 20.61% from 131); Blue value is 85 (33.59% from 255 or 64.89% from 131); Max value from RGB is 85 - color contains mainly: blue. Hex color #131B55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131B55 is #ECE4AA. Grayscale: #1E1E1E. Windows color (decimal): -15525035 or 5577491. OLE color: 5577491.

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

Color convert

RGB192785-
CMYK0.780.6800.67
HSL232.73º63.46%20.39%-
HSV(B)232.73º77.65%33.33%-
XYZ2.31.588.78-
YUV31.22158.35119.28-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.50%
GREEN value IS 27 (10.94% from 255) = 20.61%
BLUE value IS 85 (33.59% from 255) = 64.89%
R=14.50%
G=20.61%
B=64.89%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1927850.780.6800.67232.7363.4620.39
Hex131B554E44043e93f14
Octal233312511610401033517724
Binary1001111011101010110011101000100010000111110100111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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