#051651

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

Shades of Sapphire #051651

Tints of Sapphire #051651

Color information

#051651 (or 0x051651) is unknown color: approx Sapphire. HEX triplet: 05, 16 and 51. RGB value is (5,22,81). Sum of RGB (Red+Green+Blue) = 5+22+81=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 22 (8.98% from 255 or 20.37% from 108); Blue value is 81 (32.03% from 255 or 75% from 108); Max value from RGB is 81 - color contains mainly: blue. Hex color #051651 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051651 is #FAE9AE. Grayscale: #171717. Windows color (decimal): -16443823 or 5314053. OLE color: 5314053.

HSL color Cylindrical-coordinate representation of color #051651: hue angle of 226.58º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051651 is Cyan = 0.94, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB52281-
CMYK0.940.7300.68
HSL226.58º88.37%16.86%-
HSV(B)226.58º93.83%31.76%-
XYZ1.831.27.92-
YUV23.64160.37114.7-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.63%
GREEN value IS 22 (8.98% from 255) = 20.37%
BLUE value IS 81 (32.03% from 255) = 75%
R=4.63%
G=20.37%
B=75%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal522810.940.7300.68226.5888.3716.86
Hex516515E49044e35811
Octal526121136111010434313021
Binary101101101010001101111010010010100010011100011101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051651; }

 p { color: rgb(5,22,81); }

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

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

 a { background-color: rgb(5,22,81); }

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

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

 span { border-color: rgb(5,22,81); }

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