#052066

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

Shades of Sapphire #052066

Tints of Sapphire #052066

Color information

#052066 (or 0x052066) is unknown color: approx Sapphire. HEX triplet: 05, 20 and 66. RGB value is (5,32,102). Sum of RGB (Red+Green+Blue) = 5+32+102=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 32 (12.89% from 255 or 23.02% from 139); Blue value is 102 (40.23% from 255 or 73.38% from 139); Max value from RGB is 102 - color contains mainly: blue. Hex color #052066 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052066 is #FADF99. Grayscale: #1F1F1F. Windows color (decimal): -16441242 or 6692869. OLE color: 6692869.

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

Color convert

RGB532102-
CMYK0.950.6900.6
HSL223.3º90.65%20.98%-
HSV(B)223.3º95.1%40%-
XYZ2.982.0212.8-
YUV31.91167.55108.81-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.60%
GREEN value IS 32 (12.89% from 255) = 23.02%
BLUE value IS 102 (40.23% from 255) = 73.38%
R=3.60%
G=23.02%
B=73.38%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5321020.950.6900.6223.390.6520.98
Hex520665F4503Cdf5b15
Octal54014613710507433713325
Binary101100000110011010111111000101011110011011111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052066; }

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

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

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

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

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

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

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

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