#031165

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

Shades of Sapphire #031165

Tints of Sapphire #031165

Color information

#031165 (or 0x031165) is unknown color: approx Sapphire. HEX triplet: 03, 11 and 65. RGB value is (3,17,101). Sum of RGB (Red+Green+Blue) = 3+17+101=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 101 (39.84% from 255 or 83.47% from 121); Max value from RGB is 101 - color contains mainly: blue. Hex color #031165 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031165 is #FCEE9A. Grayscale: #161616. Windows color (decimal): -16576155 or 6623491. OLE color: 6623491.

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

Color convert

RGB317101-
CMYK0.970.8300.60
HSL231.43º94.23%20.39%-
HSV(B)231.43º97.03%39.61%-
XYZ2.591.3612.44-
YUV22.39172.36114.17-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.48%
GREEN value IS 17 (7.03% from 255) = 14.05%
BLUE value IS 101 (39.84% from 255) = 83.47%
R=2.48%
G=14.05%
B=83.47%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3171010.970.8300.60231.4394.2320.39
Hex31165615303Ce75e14
Octal32114514112307434713624
Binary1110001110010111000011010011011110011100111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031165; }

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

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

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

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

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

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

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

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