#131E62

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

Shades of Sapphire #131E62

Tints of Sapphire #131E62

Color information

#131E62 (or 0x131E62) is unknown color: approx Sapphire. HEX triplet: 13, 1E and 62. RGB value is (19,30,98). Sum of RGB (Red+Green+Blue) = 19+30+98=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 30 (12.11% from 255 or 20.41% from 147); Blue value is 98 (38.67% from 255 or 66.67% from 147); Max value from RGB is 98 - color contains mainly: blue. Hex color #131E62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131E62 is #ECE19D. Grayscale: #222222. Windows color (decimal): -15524254 or 6430227. OLE color: 6430227.

HSL color Cylindrical-coordinate representation of color #131E62: hue angle of 231.65º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #131E62 is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB193098-
CMYK0.810.6900.62
HSL231.65º67.52%22.94%-
HSV(B)231.65º80.61%38.43%-
XYZ2.941.9511.78-
YUV34.46163.86116.97-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.93%
GREEN value IS 30 (12.11% from 255) = 20.41%
BLUE value IS 98 (38.67% from 255) = 66.67%
R=12.93%
G=20.41%
B=66.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1930980.810.6900.62231.6567.5222.94
Hex131E62514503Ee84417
Octal233614212110507635010427
Binary1001111110110001010100011000101011111011101000100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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