#052261

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

Shades of Sapphire #052261

Tints of Sapphire #052261

Color information

#052261 (or 0x052261) is unknown color: approx Sapphire. HEX triplet: 05, 22 and 61. RGB value is (5,34,97). Sum of RGB (Red+Green+Blue) = 5+34+97=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 34 (13.67% from 255 or 25% from 136); Blue value is 97 (38.28% from 255 or 71.32% from 136); Max value from RGB is 97 - color contains mainly: blue. Hex color #052261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052261 is #FADD9E. Grayscale: #202020. Windows color (decimal): -16440735 or 6365701. OLE color: 6365701.

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

Color convert

RGB53497-
CMYK0.950.6500.62
HSL221.09º90.2%20%-
HSV(B)221.09º94.85%38.04%-
XYZ2.792.0411.56-
YUV32.51164.39108.38-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.68%
GREEN value IS 34 (13.67% from 255) = 25%
BLUE value IS 97 (38.28% from 255) = 71.32%
R=3.68%
G=25%
B=71.32%

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
Decimal534970.950.6500.62221.0990.220
Hex522615F4103Edd5a14
Octal54214113710107633513224
Binary101100010110000110111111000001011111011011101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052261; }

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

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

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

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

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

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

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

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