#052B73

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

Shades of Sapphire #052B73

Tints of Sapphire #052B73

Color information

#052B73 (or 0x052B73) is unknown color: approx Sapphire. HEX triplet: 05, 2B and 73. RGB value is (5,43,115). Sum of RGB (Red+Green+Blue) = 5+43+115=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 43 (17.19% from 255 or 26.38% from 163); Blue value is 115 (45.31% from 255 or 70.55% from 163); Max value from RGB is 115 - color contains mainly: blue. Hex color #052B73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052B73 is #FAD48C. Grayscale: #272727. Windows color (decimal): -16438413 or 7547653. OLE color: 7547653.

HSL color Cylindrical-coordinate representation of color #052B73: hue angle of 219.27º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052B73 is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB543115-
CMYK0.960.6300.55
HSL219.27º91.67%23.53%-
HSV(B)219.27º95.65%45.1%-
XYZ4.02316.59-
YUV39.85170.41103.15-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.07%
GREEN value IS 43 (17.19% from 255) = 26.38%
BLUE value IS 115 (45.31% from 255) = 70.55%
R=3.07%
G=26.38%
B=70.55%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5431150.960.6300.55219.2791.6723.53
Hex52B73603F037db5c18
Octal5531631407706733313430
Binary10110101111100111100000111111011011111011011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052B73; }

 p { color: rgb(5,43,115); }

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

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

 a { background-color: rgb(5,43,115); }

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

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

 span { border-color: rgb(5,43,115); }

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