#052E75

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

Shades of Sapphire #052E75

Tints of Sapphire #052E75

Color information

#052E75 (or 0x052E75) is unknown color: approx Sapphire. HEX triplet: 05, 2E and 75. RGB value is (5,46,117). Sum of RGB (Red+Green+Blue) = 5+46+117=168 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.98% from 168); Green value is 46 (18.36% from 255 or 27.38% from 168); Blue value is 117 (46.09% from 255 or 69.64% from 168); Max value from RGB is 117 - color contains mainly: blue. Hex color #052E75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052E75 is #FAD18A. Grayscale: #292929. Windows color (decimal): -16437643 or 7679493. OLE color: 7679493.

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

Color convert

RGB546117-
CMYK0.960.6100.54
HSL218.04º91.8%23.92%-
HSV(B)218.04º95.73%45.88%-
XYZ4.253.2717.24-
YUV41.84170.42101.73-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.98%
GREEN value IS 46 (18.36% from 255) = 27.38%
BLUE value IS 117 (46.09% from 255) = 69.64%
R=2.98%
G=27.38%
B=69.64%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5461170.960.6100.54218.0491.823.92
Hex52E75603D036da5c18
Octal5561651407506633213430
Binary10110111011101011100000111101011011011011010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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