#05164E

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

Shades of Sapphire #05164E

Tints of Sapphire #05164E

Color information

#05164E (or 0x05164E) is unknown color: approx Sapphire. HEX triplet: 05, 16 and 4E. RGB value is (5,22,78). Sum of RGB (Red+Green+Blue) = 5+22+78=105 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.76% from 105); Green value is 22 (8.98% from 255 or 20.95% from 105); Blue value is 78 (30.86% from 255 or 74.29% from 105); Max value from RGB is 78 - color contains mainly: blue. Hex color #05164E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05164E is #FAE9B1. Grayscale: #171717. Windows color (decimal): -16443826 or 5117445. OLE color: 5117445.

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

Color convert

RGB52278-
CMYK0.940.7200.69
HSL226.03º87.95%16.27%-
HSV(B)226.03º93.59%30.59%-
XYZ1.721.167.34-
YUV23.3158.87114.95-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.76%
GREEN value IS 22 (8.98% from 255) = 20.95%
BLUE value IS 78 (30.86% from 255) = 74.29%
R=4.76%
G=20.95%
B=74.29%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal522780.940.7200.69226.0387.9516.27
Hex5164E5E48045e25810
Octal526116136110010534213020
Binary101101101001110101111010010000100010111100010101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05164E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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