#052477

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

Shades of Sapphire #052477

Tints of Sapphire #052477

Color information

#052477 (or 0x052477) is unknown color: approx Sapphire. HEX triplet: 05, 24 and 77. RGB value is (5,36,119). Sum of RGB (Red+Green+Blue) = 5+36+119=160 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.12% from 160); Green value is 36 (14.45% from 255 or 22.5% from 160); Blue value is 119 (46.88% from 255 or 74.38% from 160); Max value from RGB is 119 - color contains mainly: blue. Hex color #052477 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052477 is #FADB88. Grayscale: #232323. Windows color (decimal): -16440201 or 7808005. OLE color: 7808005.

HSL color Cylindrical-coordinate representation of color #052477: hue angle of 223.68º 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 #052477 is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB536119-
CMYK0.960.7000.53
HSL223.68º91.94%24.31%-
HSV(B)223.68º95.8%46.67%-
XYZ4.022.6317.75-
YUV36.19174.73105.75-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.12%
GREEN value IS 36 (14.45% from 255) = 22.5%
BLUE value IS 119 (46.88% from 255) = 74.38%
R=3.12%
G=22.5%
B=74.38%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5361190.960.7000.53223.6891.9424.31
Hex524776046035e05c18
Octal54416714010606534013430
Binary101100100111011111000001000110011010111100000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052477; }

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

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

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

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

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

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

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

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