#052A66

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

Shades of Sapphire #052A66

Tints of Sapphire #052A66

Color information

#052A66 (or 0x052A66) is unknown color: approx Sapphire. HEX triplet: 05, 2A and 66. RGB value is (5,42,102). Sum of RGB (Red+Green+Blue) = 5+42+102=149 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.36% from 149); Green value is 42 (16.80% from 255 or 28.19% from 149); Blue value is 102 (40.23% from 255 or 68.46% from 149); Max value from RGB is 102 - color contains mainly: blue. Hex color #052A66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052A66 is #FAD599. Grayscale: #252525. Windows color (decimal): -16438682 or 6695429. OLE color: 6695429.

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

Color convert

RGB542102-
CMYK0.950.5900.6
HSL217.11º90.65%20.98%-
HSV(B)217.11º95.1%40%-
XYZ3.292.6512.91-
YUV37.78164.24104.62-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.36%
GREEN value IS 42 (16.80% from 255) = 28.19%
BLUE value IS 102 (40.23% from 255) = 68.46%
R=3.36%
G=28.19%
B=68.46%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5421020.950.5900.6217.1190.6520.98
Hex52A665F3B03Cd95b15
Octal5521461377307433113325
Binary10110101011001101011111111011011110011011001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052A66; }

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

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

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

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

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

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

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

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