#052A7F

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

Shades of Sapphire #052A7F

Tints of Sapphire #052A7F

Color information

#052A7F (or 0x052A7F) is unknown color: approx Sapphire. HEX triplet: 05, 2A and 7F. RGB value is (5,42,127). Sum of RGB (Red+Green+Blue) = 5+42+127=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 42 (16.80% from 255 or 24.14% from 174); Blue value is 127 (50% from 255 or 72.99% from 174); Max value from RGB is 127 - color contains mainly: blue. Hex color #052A7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052A7F is #FAD580. Grayscale: #282828. Windows color (decimal): -16438657 or 8333829. OLE color: 8333829.

HSL color Cylindrical-coordinate representation of color #052A7F: hue angle of 221.8º 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 #052A7F is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB542127-
CMYK0.960.6700.50
HSL221.8º92.42%25.88%-
HSV(B)221.8º96.06%49.8%-
XYZ4.723.2220.45-
YUV40.63176.74102.59-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.87%
GREEN value IS 42 (16.80% from 255) = 24.14%
BLUE value IS 127 (50% from 255) = 72.99%
R=2.87%
G=24.14%
B=72.99%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5421270.960.6700.50221.892.4225.88
Hex52A7F6043032de5c1a
Octal55217714010306233613432
Binary101101010111111111000001000011011001011011110101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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