#052d7c

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

Shades of Sapphire #052D7C

Tints of Sapphire #052D7C

Color information

#052D7C (or 0x052D7C) is unknown color: approx Sapphire. HEX triplet: 05, 2D and 7C. RGB value is (5,45,124). Sum of RGB (Red+Green+Blue) = 5+45+124=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 45 (17.97% from 255 or 25.86% from 174); Blue value is 124 (48.83% from 255 or 71.26% from 174); Max value from RGB is 124 - color contains mainly: blue. Hex color #052D7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052D7C is #FAD283. Grayscale: #292929. Windows color (decimal): -16437892 or 8137989. OLE color: 8137989.

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

Color convert

RGB545124-
CMYK0.960.6400.51
HSL219.83º92.25%25.29%-
HSV(B)219.83º95.97%48.63%-
XYZ4.643.3619.47-
YUV42.05174.25101.58-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.87%
GREEN value IS 45 (17.97% from 255) = 25.86%
BLUE value IS 124 (48.83% from 255) = 71.26%
R=2.87%
G=25.86%
B=71.26%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5451240.960.6400.51219.8392.2525.29
Hex52D7C6040033dc5c19
Octal55517414010006333413431
Binary101101101111110011000001000000011001111011100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052d7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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