#051561

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

Shades of Sapphire #051561

Tints of Sapphire #051561

Color information

#051561 (or 0x051561) is unknown color: approx Sapphire. HEX triplet: 05, 15 and 61. RGB value is (5,21,97). Sum of RGB (Red+Green+Blue) = 5+21+97=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 97 (38.28% from 255 or 78.86% from 123); Max value from RGB is 97 - color contains mainly: blue. Hex color #051561 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051561 is #FAEA9E. Grayscale: #181818. Windows color (decimal): -16444063 or 6362373. OLE color: 6362373.

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

Color convert

RGB52197-
CMYK0.950.7800.62
HSL229.57º90.2%20%-
HSV(B)229.57º94.85%38.04%-
XYZ2.491.4311.45-
YUV24.88168.7113.82-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.07%
GREEN value IS 21 (8.59% from 255) = 17.07%
BLUE value IS 97 (38.28% from 255) = 78.86%
R=4.07%
G=17.07%
B=78.86%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal521970.950.7800.62229.5790.220
Hex515615F4E03Ee65a14
Octal52514113711607634613224
Binary10110101110000110111111001110011111011100110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051561; }

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

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

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

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

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

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

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

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