#05164D

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

Shades of Sapphire #05164D

Tints of Sapphire #05164D

Color information

#05164D (or 0x05164D) is unknown color: approx Sapphire. HEX triplet: 05, 16 and 4D. RGB value is (5,22,77). Sum of RGB (Red+Green+Blue) = 5+22+77=104 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.81% from 104); Green value is 22 (8.98% from 255 or 21.15% from 104); Blue value is 77 (30.47% from 255 or 74.04% from 104); Max value from RGB is 77 - color contains mainly: blue. Hex color #05164D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05164D is #FAE9B2. Grayscale: #161616. Windows color (decimal): -16443827 or 5051909. OLE color: 5051909.

HSL color Cylindrical-coordinate representation of color #05164D: hue angle of 225.83º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05164D is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB52277-
CMYK0.940.7100.70
HSL225.83º87.8%16.08%-
HSV(B)225.83º93.51%30.2%-
XYZ1.691.147.15-
YUV23.19158.37115.03-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.81%
GREEN value IS 22 (8.98% from 255) = 21.15%
BLUE value IS 77 (30.47% from 255) = 74.04%
R=4.81%
G=21.15%
B=74.04%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal522770.940.7100.70225.8387.816.08
Hex5164D5E47046e25810
Octal526115136107010634213020
Binary101101101001101101111010001110100011011100010101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05164D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05164D; }

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

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

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

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

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

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

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

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