#131E52

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

Shades of Sapphire #131E52

Tints of Sapphire #131E52

Color information

#131E52 (or 0x131E52) is unknown color: approx Sapphire. HEX triplet: 13, 1E and 52. RGB value is (19,30,82). Sum of RGB (Red+Green+Blue) = 19+30+82=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 30 (12.11% from 255 or 22.90% from 131); Blue value is 82 (32.42% from 255 or 62.60% from 131); Max value from RGB is 82 - color contains mainly: blue. Hex color #131E52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131E52 is #ECE1AD. Grayscale: #202020. Windows color (decimal): -15524270 or 5381651. OLE color: 5381651.

HSL color Cylindrical-coordinate representation of color #131E52: hue angle of 229.52º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #131E52 is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB193082-
CMYK0.770.6300.68
HSL229.52º62.38%19.8%-
HSV(B)229.52º76.83%32.16%-
XYZ2.261.688.19-
YUV32.64155.86118.27-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.50%
GREEN value IS 30 (12.11% from 255) = 22.90%
BLUE value IS 82 (32.42% from 255) = 62.60%
R=14.50%
G=22.90%
B=62.60%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1930820.770.6300.68229.5262.3819.8
Hex131E524D3F044e63e14
Octal23361221157701043467624
Binary100111111010100101001101111111010001001110011011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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