#052668

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

Shades of Sapphire #052668

Tints of Sapphire #052668

Color information

#052668 (or 0x052668) is unknown color: approx Sapphire. HEX triplet: 05, 26 and 68. RGB value is (5,38,104). Sum of RGB (Red+Green+Blue) = 5+38+104=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 38 (15.23% from 255 or 25.85% from 147); Blue value is 104 (41.02% from 255 or 70.75% from 147); Max value from RGB is 104 - color contains mainly: blue. Hex color #052668 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052668 is #FAD997. Grayscale: #232323. Windows color (decimal): -16439704 or 6825477. OLE color: 6825477.

HSL color Cylindrical-coordinate representation of color #052668: hue angle of 220º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052668 is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB538104-
CMYK0.950.6300.59
HSL220º90.83%21.37%-
HSV(B)220º95.19%40.78%-
XYZ3.252.4213.39-
YUV35.66166.57106.13-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.40%
GREEN value IS 38 (15.23% from 255) = 25.85%
BLUE value IS 104 (41.02% from 255) = 70.75%
R=3.40%
G=25.85%
B=70.75%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5381040.950.6300.5922090.8321.37
Hex526685F3F03Bdc5b15
Octal5461501377707333413325
Binary10110011011010001011111111111011101111011100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052668; }

 p { color: rgb(5,38,104); }

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

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

 a { background-color: rgb(5,38,104); }

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

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

 span { border-color: rgb(5,38,104); }

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