#052E7A

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

Shades of Sapphire #052E7A

Tints of Sapphire #052E7A

Color information

#052E7A (or 0x052E7A) is unknown color: approx Sapphire. HEX triplet: 05, 2E and 7A. RGB value is (5,46,122). Sum of RGB (Red+Green+Blue) = 5+46+122=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 46 (18.36% from 255 or 26.59% from 173); Blue value is 122 (48.05% from 255 or 70.52% from 173); Max value from RGB is 122 - color contains mainly: blue. Hex color #052E7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052E7A is #FAD185. Grayscale: #2A2A2A. Windows color (decimal): -16437638 or 8007173. OLE color: 8007173.

HSL color Cylindrical-coordinate representation of color #052E7A: hue angle of 218.97º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052E7A is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB546122-
CMYK0.960.6200.52
HSL218.97º92.13%24.9%-
HSV(B)218.97º95.9%47.84%-
XYZ4.553.3918.83-
YUV42.4172.92101.32-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.89%
GREEN value IS 46 (18.36% from 255) = 26.59%
BLUE value IS 122 (48.05% from 255) = 70.52%
R=2.89%
G=26.59%
B=70.52%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5461220.960.6200.52218.9792.1324.9
Hex52E7A603E034db5c19
Octal5561721407606433313431
Binary10110111011110101100000111110011010011011011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,46,122); }

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

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

 a { background-color: rgb(5,46,122); }

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

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

 span { border-color: rgb(5,46,122); }

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