#052260

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

Shades of Sapphire #052260

Tints of Sapphire #052260

Color information

#052260 (or 0x052260) is unknown color: approx Sapphire. HEX triplet: 05, 22 and 60. RGB value is (5,34,96). Sum of RGB (Red+Green+Blue) = 5+34+96=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 34 (13.67% from 255 or 25.19% from 135); Blue value is 96 (37.89% from 255 or 71.11% from 135); Max value from RGB is 96 - color contains mainly: blue. Hex color #052260 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052260 is #FADD9F. Grayscale: #202020. Windows color (decimal): -16440736 or 6300165. OLE color: 6300165.

HSL color Cylindrical-coordinate representation of color #052260: hue angle of 220.88º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052260 is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB53496-
CMYK0.950.6500.62
HSL220.88º90.1%19.8%-
HSV(B)220.88º94.79%37.65%-
XYZ2.752.0211.31-
YUV32.4163.89108.46-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.70%
GREEN value IS 34 (13.67% from 255) = 25.19%
BLUE value IS 96 (37.89% from 255) = 71.11%
R=3.70%
G=25.19%
B=71.11%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal534960.950.6500.62220.8890.119.8
Hex522605F4103Edd5a14
Octal54214013710107633513224
Binary101100010110000010111111000001011111011011101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052260; }

 p { color: rgb(5,34,96); }

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

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

 a { background-color: rgb(5,34,96); }

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

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

 span { border-color: rgb(5,34,96); }

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