#052966

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

Shades of Sapphire #052966

Tints of Sapphire #052966

Color information

#052966 (or 0x052966) is unknown color: approx Sapphire. HEX triplet: 05, 29 and 66. RGB value is (5,41,102). Sum of RGB (Red+Green+Blue) = 5+41+102=148 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.38% from 148); Green value is 41 (16.41% from 255 or 27.70% from 148); Blue value is 102 (40.23% from 255 or 68.92% from 148); Max value from RGB is 102 - color contains mainly: blue. Hex color #052966 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052966 is #FAD699. Grayscale: #242424. Windows color (decimal): -16438938 or 6695173. OLE color: 6695173.

HSL color Cylindrical-coordinate representation of color #052966: hue angle of 217.73º 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 #052966 is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB541102-
CMYK0.950.6000.6
HSL217.73º90.65%20.98%-
HSV(B)217.73º95.1%40%-
XYZ3.252.5812.9-
YUV37.19164.57105.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.38%
GREEN value IS 41 (16.41% from 255) = 27.70%
BLUE value IS 102 (40.23% from 255) = 68.92%
R=3.38%
G=27.70%
B=68.92%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5411020.950.6000.6217.7390.6520.98
Hex529665F3C03Cda5b15
Octal5511461377407433213325
Binary10110100111001101011111111100011110011011010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052966; }

 p { color: rgb(5,41,102); }

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

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

 a { background-color: rgb(5,41,102); }

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

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

 span { border-color: rgb(5,41,102); }

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