#031164

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

Shades of Sapphire #031164

Tints of Sapphire #031164

Color information

#031164 (or 0x031164) is unknown color: approx Sapphire. HEX triplet: 03, 11 and 64. RGB value is (3,17,100). Sum of RGB (Red+Green+Blue) = 3+17+100=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 17 (7.03% from 255 or 14.17% from 120); Blue value is 100 (39.45% from 255 or 83.33% from 120); Max value from RGB is 100 - color contains mainly: blue. Hex color #031164 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031164 is #FCEE9B. Grayscale: #151515. Windows color (decimal): -16576156 or 6557955. OLE color: 6557955.

HSL color Cylindrical-coordinate representation of color #031164: hue angle of 231.34º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031164 is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB317100-
CMYK0.970.8300.61
HSL231.34º94.17%20.2%-
HSV(B)231.34º97%39.22%-
XYZ2.541.3412.18-
YUV22.28171.86114.25-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.5%
GREEN value IS 17 (7.03% from 255) = 14.17%
BLUE value IS 100 (39.45% from 255) = 83.33%
R=2.5%
G=14.17%
B=83.33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3171000.970.8300.61231.3494.1720.2
Hex31164615303De75e14
Octal32114414112307534713624
Binary1110001110010011000011010011011110111100111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031164; }

 p { color: rgb(3,17,100); }

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

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

 a { background-color: rgb(3,17,100); }

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

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

 span { border-color: rgb(3,17,100); }

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