#05165E

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

Shades of Sapphire #05165E

Tints of Sapphire #05165E

Color information

#05165E (or 0x05165E) is unknown color: approx Sapphire. HEX triplet: 05, 16 and 5E. RGB value is (5,22,94). Sum of RGB (Red+Green+Blue) = 5+22+94=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 22 (8.98% from 255 or 18.18% from 121); Blue value is 94 (37.11% from 255 or 77.69% from 121); Max value from RGB is 94 - color contains mainly: blue. Hex color #05165E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05165E is #FAE9A1. Grayscale: #181818. Windows color (decimal): -16443810 or 6166021. OLE color: 6166021.

HSL color Cylindrical-coordinate representation of color #05165E: hue angle of 228.54º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05165E is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB52294-
CMYK0.950.7700.63
HSL228.54º89.9%19.41%-
HSV(B)228.54º94.68%36.86%-
XYZ2.371.4110.74-
YUV25.12166.87113.65-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.13%
GREEN value IS 22 (8.98% from 255) = 18.18%
BLUE value IS 94 (37.11% from 255) = 77.69%
R=4.13%
G=18.18%
B=77.69%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal522940.950.7700.63228.5489.919.41
Hex5165E5F4D03Fe55a13
Octal52613613711507734513223
Binary10110110101111010111111001101011111111100101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05165E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05165E; }

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

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

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

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

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

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

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

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