#052A5F

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

Shades of Sapphire #052A5F

Tints of Sapphire #052A5F

Color information

#052A5F (or 0x052A5F) is unknown color: approx Sapphire. HEX triplet: 05, 2A and 5F. RGB value is (5,42,95). Sum of RGB (Red+Green+Blue) = 5+42+95=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 42 (16.80% from 255 or 29.58% from 142); Blue value is 95 (37.5% from 255 or 66.90% from 142); Max value from RGB is 95 - color contains mainly: blue. Hex color #052A5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052A5F is #FAD5A0. Grayscale: #242424. Windows color (decimal): -16438689 or 6236677. OLE color: 6236677.

HSL color Cylindrical-coordinate representation of color #052A5F: hue angle of 215.33º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052A5F is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB54295-
CMYK0.950.5600.63
HSL215.33º90%19.61%-
HSV(B)215.33º94.74%37.25%-
XYZ2.962.5111.16-
YUV36.98160.74105.19-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.52%
GREEN value IS 42 (16.80% from 255) = 29.58%
BLUE value IS 95 (37.5% from 255) = 66.90%
R=3.52%
G=29.58%
B=66.90%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal542950.950.5600.63215.339019.61
Hex52A5F5F3803Fd75a14
Octal5521371377007732713224
Binary10110101010111111011111111000011111111010111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,42,95); }

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

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

 a { background-color: rgb(5,42,95); }

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

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

 span { border-color: rgb(5,42,95); }

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