#052F7C

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

Shades of Sapphire #052F7C

Tints of Sapphire #052F7C

Color information

#052F7C (or 0x052F7C) is unknown color: approx Sapphire. HEX triplet: 05, 2F and 7C. RGB value is (5,47,124). Sum of RGB (Red+Green+Blue) = 5+47+124=176 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.84% from 176); Green value is 47 (18.75% from 255 or 26.70% from 176); Blue value is 124 (48.83% from 255 or 70.45% from 176); Max value from RGB is 124 - color contains mainly: blue. Hex color #052F7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052F7C is #FAD083. Grayscale: #2A2A2A. Windows color (decimal): -16437380 or 8138501. OLE color: 8138501.

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

Color convert

RGB547124-
CMYK0.960.6200.51
HSL218.82º92.25%25.29%-
HSV(B)218.82º95.97%48.63%-
XYZ4.723.5219.5-
YUV43.22173.59100.74-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.84%
GREEN value IS 47 (18.75% from 255) = 26.70%
BLUE value IS 124 (48.83% from 255) = 70.45%
R=2.84%
G=26.70%
B=70.45%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5471240.960.6200.51218.8292.2525.29
Hex52F7C603E033db5c19
Octal5571741407606333313431
Binary10110111111111001100000111110011001111011011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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