#131E5B

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

Shades of Sapphire #131E5B

Tints of Sapphire #131E5B

Color information

#131E5B (or 0x131E5B) is unknown color: approx Sapphire. HEX triplet: 13, 1E and 5B. RGB value is (19,30,91). Sum of RGB (Red+Green+Blue) = 19+30+91=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 30 (12.11% from 255 or 21.43% from 140); Blue value is 91 (35.94% from 255 or 65% from 140); Max value from RGB is 91 - color contains mainly: blue. Hex color #131E5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131E5B is #ECE1A4. Grayscale: #212121. Windows color (decimal): -15524261 or 5971475. OLE color: 5971475.

HSL color Cylindrical-coordinate representation of color #131E5B: hue angle of 230.83º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #131E5B is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB193091-
CMYK0.790.6700.64
HSL230.83º65.45%21.57%-
HSV(B)230.83º79.12%35.69%-
XYZ2.621.8210.11-
YUV33.66160.36117.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.57%
GREEN value IS 30 (12.11% from 255) = 21.43%
BLUE value IS 91 (35.94% from 255) = 65%
R=13.57%
G=21.43%
B=65%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1930910.790.6700.64230.8365.4521.57
Hex131E5B4F43040e74116
Octal2336133117103010034710126
Binary10011111101011011100111110000110100000011100111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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