#031166

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

Shades of Sapphire #031166

Tints of Sapphire #031166

Color information

#031166 (or 0x031166) is unknown color: approx Sapphire. HEX triplet: 03, 11 and 66. RGB value is (3,17,102). Sum of RGB (Red+Green+Blue) = 3+17+102=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 102 (40.23% from 255 or 83.61% from 122); Max value from RGB is 102 - color contains mainly: blue. Hex color #031166 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031166 is #FCEE99. Grayscale: #161616. Windows color (decimal): -16576154 or 6689027. OLE color: 6689027.

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

Color convert

RGB317102-
CMYK0.970.8300.6
HSL231.52º94.29%20.59%-
HSV(B)231.52º97.06%40%-
XYZ2.641.3812.7-
YUV22.5172.86114.09-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.46%
GREEN value IS 17 (7.03% from 255) = 13.93%
BLUE value IS 102 (40.23% from 255) = 83.61%
R=2.46%
G=13.93%
B=83.61%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal3171020.970.8300.6231.5294.2920.59
Hex31166615303Ce85e15
Octal32114614112307435013625
Binary1110001110011011000011010011011110011101000101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031166; }

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

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

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

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

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

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

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

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