#051165

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

Shades of Sapphire #051165

Tints of Sapphire #051165

Color information

#051165 (or 0x051165) is unknown color: approx Sapphire. HEX triplet: 05, 11 and 65. RGB value is (5,17,101). Sum of RGB (Red+Green+Blue) = 5+17+101=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 101 (39.84% from 255 or 82.11% from 123); Max value from RGB is 101 - color contains mainly: blue. Hex color #051165 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051165 is #FAEE9A. Grayscale: #161616. Windows color (decimal): -16445083 or 6623493. OLE color: 6623493.

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

Color convert

RGB517101-
CMYK0.950.8300.60
HSL232.5º90.57%20.78%-
HSV(B)232.5º95.05%39.61%-
XYZ2.611.3712.44-
YUV22.99172.02115.17-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.07%
GREEN value IS 17 (7.03% from 255) = 13.82%
BLUE value IS 101 (39.84% from 255) = 82.11%
R=4.07%
G=13.82%
B=82.11%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5171010.950.8300.60232.590.5720.78
Hex511655F5303Ce85b15
Octal52114513712307435013325
Binary10110001110010110111111010011011110011101000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051165; }

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

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

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

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

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

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

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

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