#052A65

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

Shades of Sapphire #052A65

Tints of Sapphire #052A65

Color information

#052A65 (or 0x052A65) is unknown color: approx Sapphire. HEX triplet: 05, 2A and 65. RGB value is (5,42,101). Sum of RGB (Red+Green+Blue) = 5+42+101=148 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.38% from 148); Green value is 42 (16.80% from 255 or 28.38% from 148); Blue value is 101 (39.84% from 255 or 68.24% from 148); Max value from RGB is 101 - color contains mainly: blue. Hex color #052A65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052A65 is #FAD59A. Grayscale: #252525. Windows color (decimal): -16438683 or 6629893. OLE color: 6629893.

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

Color convert

RGB542101-
CMYK0.950.5800.60
HSL216.88º90.57%20.78%-
HSV(B)216.88º95.05%39.61%-
XYZ3.242.6312.65-
YUV37.66163.74104.7-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.38%
GREEN value IS 42 (16.80% from 255) = 28.38%
BLUE value IS 101 (39.84% from 255) = 68.24%
R=3.38%
G=28.38%
B=68.24%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5421010.950.5800.60216.8890.5720.78
Hex52A655F3A03Cd95b15
Octal5521451377207433113325
Binary10110101011001011011111111010011110011011001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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