#052F74

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

Shades of Sapphire #052F74

Tints of Sapphire #052F74

Color information

#052F74 (or 0x052F74) is unknown color: approx Sapphire. HEX triplet: 05, 2F and 74. RGB value is (5,47,116). Sum of RGB (Red+Green+Blue) = 5+47+116=168 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.98% from 168); Green value is 47 (18.75% from 255 or 27.98% from 168); Blue value is 116 (45.70% from 255 or 69.05% from 168); Max value from RGB is 116 - color contains mainly: blue. Hex color #052F74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052F74 is #FAD08B. Grayscale: #292929. Windows color (decimal): -16437388 or 7614213. OLE color: 7614213.

HSL color Cylindrical-coordinate representation of color #052F74: hue angle of 217.3º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052F74 is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB547116-
CMYK0.960.5900.55
HSL217.3º91.74%23.73%-
HSV(B)217.3º95.69%45.49%-
XYZ4.233.3316.94-
YUV42.31169.59101.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.98%
GREEN value IS 47 (18.75% from 255) = 27.98%
BLUE value IS 116 (45.70% from 255) = 69.05%
R=2.98%
G=27.98%
B=69.05%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5471160.960.5900.55217.391.7423.73
Hex52F74603B037d95c18
Octal5571641407306733113430
Binary10110111111101001100000111011011011111011001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,47,116); }

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

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

 a { background-color: rgb(5,47,116); }

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

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

 span { border-color: rgb(5,47,116); }

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