#051755

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

Shades of Sapphire #051755

Tints of Sapphire #051755

Color information

#051755 (or 0x051755) is unknown color: approx Sapphire. HEX triplet: 05, 17 and 55. RGB value is (5,23,85). Sum of RGB (Red+Green+Blue) = 5+23+85=113 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.42% from 113); Green value is 23 (9.38% from 255 or 20.35% from 113); Blue value is 85 (33.59% from 255 or 75.22% from 113); Max value from RGB is 85 - color contains mainly: blue. Hex color #051755 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051755 is #FAE8AA. Grayscale: #181818. Windows color (decimal): -16443563 or 5576453. OLE color: 5576453.

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

Color convert

RGB52385-
CMYK0.940.7300.67
HSL226.5º88.89%17.65%-
HSV(B)226.5º94.12%33.33%-
XYZ2.011.38.74-
YUV24.69162.04113.96-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.42%
GREEN value IS 23 (9.38% from 255) = 20.35%
BLUE value IS 85 (33.59% from 255) = 75.22%
R=4.42%
G=20.35%
B=75.22%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal523850.940.7300.67226.588.8917.65
Hex517555E49043e25912
Octal527125136111010334213122
Binary101101111010101101111010010010100001111100010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051755; }

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

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

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

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

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

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

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

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