#052A70

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

Shades of Sapphire #052A70

Tints of Sapphire #052A70

Color information

#052A70 (or 0x052A70) is unknown color: approx Sapphire. HEX triplet: 05, 2A and 70. RGB value is (5,42,112). Sum of RGB (Red+Green+Blue) = 5+42+112=159 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.14% from 159); Green value is 42 (16.80% from 255 or 26.42% from 159); Blue value is 112 (44.14% from 255 or 70.44% from 159); Max value from RGB is 112 - color contains mainly: blue. Hex color #052A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052A70 is #FAD58F. Grayscale: #262626. Windows color (decimal): -16438672 or 7350789. OLE color: 7350789.

HSL color Cylindrical-coordinate representation of color #052A70: hue angle of 219.25º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052A70 is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB542112-
CMYK0.960.6200.56
HSL219.25º91.45%22.94%-
HSV(B)219.25º95.54%43.92%-
XYZ3.822.8615.68-
YUV38.92169.24103.81-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.14%
GREEN value IS 42 (16.80% from 255) = 26.42%
BLUE value IS 112 (44.14% from 255) = 70.44%
R=3.14%
G=26.42%
B=70.44%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5421120.960.6200.56219.2591.4522.94
Hex52A70603E038db5b17
Octal5521601407607033313327
Binary10110101011100001100000111110011100011011011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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