#051C53

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

Shades of Sapphire #051C53

Tints of Sapphire #051C53

Color information

#051C53 (or 0x051C53) is unknown color: approx Sapphire. HEX triplet: 05, 1C and 53. RGB value is (5,28,83). Sum of RGB (Red+Green+Blue) = 5+28+83=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 28 (11.33% from 255 or 24.14% from 116); Blue value is 83 (32.81% from 255 or 71.55% from 116); Max value from RGB is 83 - color contains mainly: blue. Hex color #051C53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051C53 is #FAE3AC. Grayscale: #1B1B1B. Windows color (decimal): -16442285 or 5446661. OLE color: 5446661.

HSL color Cylindrical-coordinate representation of color #051C53: hue angle of 222.31º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051C53 is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB52883-
CMYK0.940.6600.67
HSL222.31º88.64%17.25%-
HSV(B)222.31º93.98%32.55%-
XYZ2.041.498.36-
YUV27.39159.38112.03-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.31%
GREEN value IS 28 (11.33% from 255) = 24.14%
BLUE value IS 83 (32.81% from 255) = 71.55%
R=4.31%
G=24.14%
B=71.55%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal528830.940.6600.67222.3188.6417.25
Hex51C535E42043de5911
Octal534123136102010333613121
Binary101111001010011101111010000100100001111011110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051C53; }

 p { color: rgb(5,28,83); }

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

<style>
 a { background-color: #051C53; }

 a { background-color: rgb(5,28,83); }

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

<style>
 span { border-color: #051C53; }

 span { border-color: rgb(5,28,83); }

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