#051563

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

Shades of Sapphire #051563

Tints of Sapphire #051563

Color information

#051563 (or 0x051563) is unknown color: approx Sapphire. HEX triplet: 05, 15 and 63. RGB value is (5,21,99). Sum of RGB (Red+Green+Blue) = 5+21+99=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 21 (8.59% from 255 or 16.8% from 125); Blue value is 99 (39.06% from 255 or 79.2% from 125); Max value from RGB is 99 - color contains mainly: blue. Hex color #051563 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051563 is #FAEA9C. Grayscale: #181818. Windows color (decimal): -16444061 or 6493445. OLE color: 6493445.

HSL color Cylindrical-coordinate representation of color #051563: hue angle of 229.79º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051563 is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB52199-
CMYK0.950.7900.61
HSL229.79º90.38%20.39%-
HSV(B)229.79º94.95%38.82%-
XYZ2.581.4711.95-
YUV25.11169.7113.66-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4%
GREEN value IS 21 (8.59% from 255) = 16.8%
BLUE value IS 99 (39.06% from 255) = 79.2%
R=4%
G=16.8%
B=79.2%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal521990.950.7900.61229.7990.3820.39
Hex515635F4F03De65a14
Octal52514313711707534613224
Binary10110101110001110111111001111011110111100110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051563; }

 p { color: rgb(5,21,99); }

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

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

 a { background-color: rgb(5,21,99); }

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

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

 span { border-color: rgb(5,21,99); }

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