#052761

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

Shades of Sapphire #052761

Tints of Sapphire #052761

Color information

#052761 (or 0x052761) is unknown color: approx Sapphire. HEX triplet: 05, 27 and 61. RGB value is (5,39,97). Sum of RGB (Red+Green+Blue) = 5+39+97=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 39 (15.62% from 255 or 27.66% from 141); Blue value is 97 (38.28% from 255 or 68.79% from 141); Max value from RGB is 97 - color contains mainly: blue. Hex color #052761 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052761 is #FAD89E. Grayscale: #232323. Windows color (decimal): -16439455 or 6366981. OLE color: 6366981.

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

Color convert

RGB53997-
CMYK0.950.6000.62
HSL217.83º90.2%20%-
HSV(B)217.83º94.85%38.04%-
XYZ2.952.3511.61-
YUV35.45162.74106.28-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.55%
GREEN value IS 39 (15.62% from 255) = 27.66%
BLUE value IS 97 (38.28% from 255) = 68.79%
R=3.55%
G=27.66%
B=68.79%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal539970.950.6000.62217.8390.220
Hex527615F3C03Eda5a14
Octal5471411377407633213224
Binary10110011111000011011111111100011111011011010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052761; }

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

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

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

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

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

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

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

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