#131E5C

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

Shades of Sapphire #131E5C

Tints of Sapphire #131E5C

Color information

#131E5C (or 0x131E5C) is unknown color: approx Sapphire. HEX triplet: 13, 1E and 5C. RGB value is (19,30,92). Sum of RGB (Red+Green+Blue) = 19+30+92=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 30 (12.11% from 255 or 21.28% from 141); Blue value is 92 (36.33% from 255 or 65.25% from 141); Max value from RGB is 92 - color contains mainly: blue. Hex color #131E5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131E5C is #ECE1A3. Grayscale: #212121. Windows color (decimal): -15524260 or 6037011. OLE color: 6037011.

HSL color Cylindrical-coordinate representation of color #131E5C: hue angle of 230.96º degrees, saturation: 0.66, 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 #131E5C is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB193092-
CMYK0.790.6700.64
HSL230.96º65.77%21.76%-
HSV(B)230.96º79.35%36.08%-
XYZ2.661.8410.34-
YUV33.78160.86117.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.48%
GREEN value IS 30 (12.11% from 255) = 21.28%
BLUE value IS 92 (36.33% from 255) = 65.25%
R=13.48%
G=21.28%
B=65.25%

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
Decimal1930920.790.6700.64230.9665.7721.76
Hex131E5C4F43040e74216
Octal2336134117103010034710226
Binary10011111101011100100111110000110100000011100111100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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