#131C5A

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

Shades of Sapphire #131C5A

Tints of Sapphire #131C5A

Color information

#131C5A (or 0x131C5A) is unknown color: approx Sapphire. HEX triplet: 13, 1C and 5A. RGB value is (19,28,90). Sum of RGB (Red+Green+Blue) = 19+28+90=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 28 (11.33% from 255 or 20.44% from 137); Blue value is 90 (35.55% from 255 or 65.69% from 137); Max value from RGB is 90 - color contains mainly: blue. Hex color #131C5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131C5A is #ECE3A5. Grayscale: #202020. Windows color (decimal): -15524774 or 5905427. OLE color: 5905427.

HSL color Cylindrical-coordinate representation of color #131C5A: hue angle of 232.39º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #131C5A is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB192890-
CMYK0.790.6900.65
HSL232.39º65.14%21.37%-
HSV(B)232.39º78.89%35.29%-
XYZ2.531.719.87-
YUV32.38160.52118.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.87%
GREEN value IS 28 (11.33% from 255) = 20.44%
BLUE value IS 90 (35.55% from 255) = 65.69%
R=13.87%
G=20.44%
B=65.69%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1928900.790.6900.65232.3965.1421.37
Hex131C5A4F45041e84115
Octal2334132117105010135010125
Binary10011111001011010100111110001010100000111101000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,28,90); }

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

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

 a { background-color: rgb(19,28,90); }

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

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

 span { border-color: rgb(19,28,90); }

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