#052B7F

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

Shades of Sapphire #052B7F

Tints of Sapphire #052B7F

Color information

#052B7F (or 0x052B7F) is unknown color: approx Sapphire. HEX triplet: 05, 2B and 7F. RGB value is (5,43,127). Sum of RGB (Red+Green+Blue) = 5+43+127=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 43 (17.19% from 255 or 24.57% from 175); Blue value is 127 (50% from 255 or 72.57% from 175); Max value from RGB is 127 - color contains mainly: blue. Hex color #052B7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052B7F is #FAD480. Grayscale: #282828. Windows color (decimal): -16438401 or 8334085. OLE color: 8334085.

HSL color Cylindrical-coordinate representation of color #052B7F: hue angle of 221.31º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052B7F is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB543127-
CMYK0.960.6600.50
HSL221.31º92.42%25.88%-
HSV(B)221.31º96.06%49.8%-
XYZ4.763.2920.46-
YUV41.21176.41102.17-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.86%
GREEN value IS 43 (17.19% from 255) = 24.57%
BLUE value IS 127 (50% from 255) = 72.57%
R=2.86%
G=24.57%
B=72.57%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5431270.960.6600.50221.3192.4225.88
Hex52B7F6042032dd5c1a
Octal55317714010206233513432
Binary101101011111111111000001000010011001011011101101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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