#031760

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

Shades of Sapphire #031760

Tints of Sapphire #031760

Color information

#031760 (or 0x031760) is unknown color: approx Sapphire. HEX triplet: 03, 17 and 60. RGB value is (3,23,96). Sum of RGB (Red+Green+Blue) = 3+23+96=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 96 (37.89% from 255 or 78.69% from 122); Max value from RGB is 96 - color contains mainly: blue. Hex color #031760 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031760 is #FCE89F. Grayscale: #191919. Windows color (decimal): -16574624 or 6297347. OLE color: 6297347.

HSL color Cylindrical-coordinate representation of color #031760: hue angle of 227.1º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031760 is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB32396-
CMYK0.970.7600.62
HSL227.1º93.94%19.41%-
HSV(B)227.1º96.88%37.65%-
XYZ2.461.4811.22-
YUV25.34167.87112.06-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.46%
GREEN value IS 23 (9.38% from 255) = 18.85%
BLUE value IS 96 (37.89% from 255) = 78.69%
R=2.46%
G=18.85%
B=78.69%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal323960.970.7600.62227.193.9419.41
Hex31760614C03Ee35e13
Octal32714014111407634313623
Binary1110111110000011000011001100011111011100011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031760; }

 p { color: rgb(3,23,96); }

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

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

 a { background-color: rgb(3,23,96); }

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

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

 span { border-color: rgb(3,23,96); }

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