#052677

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

Shades of Sapphire #052677

Tints of Sapphire #052677

Color information

#052677 (or 0x052677) is unknown color: approx Sapphire. HEX triplet: 05, 26 and 77. RGB value is (5,38,119). Sum of RGB (Red+Green+Blue) = 5+38+119=162 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.09% from 162); Green value is 38 (15.23% from 255 or 23.46% from 162); Blue value is 119 (46.88% from 255 or 73.46% from 162); Max value from RGB is 119 - color contains mainly: blue. Hex color #052677 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052677 is #FAD988. Grayscale: #252525. Windows color (decimal): -16439689 or 7808517. OLE color: 7808517.

HSL color Cylindrical-coordinate representation of color #052677: hue angle of 222.63º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052677 is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB538119-
CMYK0.960.6800.53
HSL222.63º91.94%24.31%-
HSV(B)222.63º95.8%46.67%-
XYZ4.092.7517.77-
YUV37.37174.07104.91-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.09%
GREEN value IS 38 (15.23% from 255) = 23.46%
BLUE value IS 119 (46.88% from 255) = 73.46%
R=3.09%
G=23.46%
B=73.46%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5381190.960.6800.53222.6391.9424.31
Hex526776044035df5c18
Octal54616714010406533713430
Binary101100110111011111000001000100011010111011111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052677; }

 p { color: rgb(5,38,119); }

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

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

 a { background-color: rgb(5,38,119); }

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

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

 span { border-color: rgb(5,38,119); }

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