#052A78

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

Shades of Sapphire #052A78

Tints of Sapphire #052A78

Color information

#052A78 (or 0x052A78) is unknown color: approx Sapphire. HEX triplet: 05, 2A and 78. RGB value is (5,42,120). Sum of RGB (Red+Green+Blue) = 5+42+120=167 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.99% from 167); Green value is 42 (16.80% from 255 or 25.15% from 167); Blue value is 120 (47.27% from 255 or 71.86% from 167); Max value from RGB is 120 - color contains mainly: blue. Hex color #052A78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052A78 is #FAD587. Grayscale: #272727. Windows color (decimal): -16438664 or 7875077. OLE color: 7875077.

HSL color Cylindrical-coordinate representation of color #052A78: hue angle of 220.7º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052A78 is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB542120-
CMYK0.960.6500.53
HSL220.7º92%24.51%-
HSV(B)220.7º95.83%47.06%-
XYZ4.283.0418.13-
YUV39.83173.24103.16-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.99%
GREEN value IS 42 (16.80% from 255) = 25.15%
BLUE value IS 120 (47.27% from 255) = 71.86%
R=2.99%
G=25.15%
B=71.86%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5421200.960.6500.53220.79224.51
Hex52A786041035dd5c19
Octal55217014010106533513431
Binary101101010111100011000001000001011010111011101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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