#052666

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

Shades of Sapphire #052666

Tints of Sapphire #052666

Color information

#052666 (or 0x052666) is unknown color: approx Sapphire. HEX triplet: 05, 26 and 66. RGB value is (5,38,102). Sum of RGB (Red+Green+Blue) = 5+38+102=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 38 (15.23% from 255 or 26.21% from 145); Blue value is 102 (40.23% from 255 or 70.34% from 145); Max value from RGB is 102 - color contains mainly: blue. Hex color #052666 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052666 is #FAD999. Grayscale: #232323. Windows color (decimal): -16439706 or 6694405. OLE color: 6694405.

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

Color convert

RGB538102-
CMYK0.950.6300.6
HSL219.59º90.65%20.98%-
HSV(B)219.59º95.1%40%-
XYZ3.152.3812.86-
YUV35.43165.57106.3-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.45%
GREEN value IS 38 (15.23% from 255) = 26.21%
BLUE value IS 102 (40.23% from 255) = 70.34%
R=3.45%
G=26.21%
B=70.34%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5381020.950.6300.6219.5990.6520.98
Hex526665F3F03Cdc5b15
Octal5461461377707433413325
Binary10110011011001101011111111111011110011011100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052666; }

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

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

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

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

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

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

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

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