#052D69

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

Shades of Sapphire #052D69

Tints of Sapphire #052D69

Color information

#052D69 (or 0x052D69) is unknown color: approx Sapphire. HEX triplet: 05, 2D and 69. RGB value is (5,45,105). Sum of RGB (Red+Green+Blue) = 5+45+105=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 45 (17.97% from 255 or 29.03% from 155); Blue value is 105 (41.41% from 255 or 67.74% from 155); Max value from RGB is 105 - color contains mainly: blue. Hex color #052D69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052D69 is #FAD296. Grayscale: #272727. Windows color (decimal): -16437911 or 6892805. OLE color: 6892805.

HSL color Cylindrical-coordinate representation of color #052D69: hue angle of 216º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052D69 is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB545105-
CMYK0.950.5700.59
HSL216º90.91%21.57%-
HSV(B)216º95.24%41.18%-
XYZ3.552.9313.74-
YUV39.88164.75103.12-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.23%
GREEN value IS 45 (17.97% from 255) = 29.03%
BLUE value IS 105 (41.41% from 255) = 67.74%
R=3.23%
G=29.03%
B=67.74%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5451050.950.5700.5921690.9121.57
Hex52D695F3903Bd85b16
Octal5551511377107333013326
Binary10110110111010011011111111001011101111011000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,45,105); }

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

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

 a { background-color: rgb(5,45,105); }

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

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

 span { border-color: rgb(5,45,105); }

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