#051650

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

Shades of Sapphire #051650

Tints of Sapphire #051650

Color information

#051650 (or 0x051650) is unknown color: approx Sapphire. HEX triplet: 05, 16 and 50. RGB value is (5,22,80). Sum of RGB (Red+Green+Blue) = 5+22+80=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 22 (8.98% from 255 or 20.56% from 107); Blue value is 80 (31.64% from 255 or 74.77% from 107); Max value from RGB is 80 - color contains mainly: blue. Hex color #051650 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051650 is #FAE9AF. Grayscale: #171717. Windows color (decimal): -16443824 or 5248517. OLE color: 5248517.

HSL color Cylindrical-coordinate representation of color #051650: hue angle of 226.4º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051650 is Cyan = 0.94, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB52280-
CMYK0.940.7200.69
HSL226.4º88.24%16.67%-
HSV(B)226.4º93.75%31.37%-
XYZ1.81.197.72-
YUV23.53159.87114.78-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.67%
GREEN value IS 22 (8.98% from 255) = 20.56%
BLUE value IS 80 (31.64% from 255) = 74.77%
R=4.67%
G=20.56%
B=74.77%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal522800.940.7200.69226.488.2416.67
Hex516505E48045e25811
Octal526120136110010534213021
Binary101101101010000101111010010000100010111100010101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051650; }

 p { color: rgb(5,22,80); }

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

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

 a { background-color: rgb(5,22,80); }

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

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

 span { border-color: rgb(5,22,80); }

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