#051768

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

Shades of Sapphire #051768

Tints of Sapphire #051768

Color information

#051768 (or 0x051768) is unknown color: approx Sapphire. HEX triplet: 05, 17 and 68. RGB value is (5,23,104). Sum of RGB (Red+Green+Blue) = 5+23+104=132 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.79% from 132); Green value is 23 (9.38% from 255 or 17.42% from 132); Blue value is 104 (41.02% from 255 or 78.79% from 132); Max value from RGB is 104 - color contains mainly: blue. Hex color #051768 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051768 is #FAE897. Grayscale: #1A1A1A. Windows color (decimal): -16443544 or 6821637. OLE color: 6821637.

HSL color Cylindrical-coordinate representation of color #051768: hue angle of 229.09º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051768 is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB523104-
CMYK0.950.7800.59
HSL229.09º90.83%21.37%-
HSV(B)229.09º95.19%40.78%-
XYZ2.871.6413.26-
YUV26.85171.54112.41-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.79%
GREEN value IS 23 (9.38% from 255) = 17.42%
BLUE value IS 104 (41.02% from 255) = 78.79%
R=3.79%
G=17.42%
B=78.79%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5231040.950.7800.59229.0990.8321.37
Hex517685F4E03Be55b15
Octal52715013711607334513325
Binary10110111110100010111111001110011101111100101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051768; }

 p { color: rgb(5,23,104); }

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

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

 a { background-color: rgb(5,23,104); }

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

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

 span { border-color: rgb(5,23,104); }

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