#131F64

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

Shades of Sapphire #131F64

Tints of Sapphire #131F64

Color information

#131F64 (or 0x131F64) is unknown color: approx Sapphire. HEX triplet: 13, 1F and 64. RGB value is (19,31,100). Sum of RGB (Red+Green+Blue) = 19+31+100=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 31 (12.5% from 255 or 20.67% from 150); Blue value is 100 (39.45% from 255 or 66.67% from 150); Max value from RGB is 100 - color contains mainly: blue. Hex color #131F64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131F64 is #ECE09B. Grayscale: #222222. Windows color (decimal): -15523996 or 6561555. OLE color: 6561555.

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

Color convert

RGB1931100-
CMYK0.810.6900.61
HSL231.11º68.07%23.33%-
HSV(B)231.11º81%39.22%-
XYZ3.062.0412.29-
YUV35.28164.52116.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.67%
GREEN value IS 31 (12.5% from 255) = 20.67%
BLUE value IS 100 (39.45% from 255) = 66.67%
R=12.67%
G=20.67%
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.61
SystemRedGreenBlueCMYKHSL
Decimal19311000.810.6900.61231.1168.0723.33
Hex131F64514503De74417
Octal233714412110507534710427
Binary1001111111110010010100011000101011110111100111100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,31,100); }

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

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

 a { background-color: rgb(19,31,100); }

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

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

 span { border-color: rgb(19,31,100); }

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