#051555

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

Shades of Sapphire #051555

Tints of Sapphire #051555

Color information

#051555 (or 0x051555) is unknown color: approx Sapphire. HEX triplet: 05, 15 and 55. RGB value is (5,21,85). Sum of RGB (Red+Green+Blue) = 5+21+85=111 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.50% from 111); Green value is 21 (8.59% from 255 or 18.92% from 111); Blue value is 85 (33.59% from 255 or 76.58% from 111); Max value from RGB is 85 - color contains mainly: blue. Hex color #051555 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051555 is #FAEAAA. Grayscale: #171717. Windows color (decimal): -16444075 or 5575941. OLE color: 5575941.

HSL color Cylindrical-coordinate representation of color #051555: hue angle of 228º 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 #051555 is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB52185-
CMYK0.940.7500.67
HSL228º88.89%17.65%-
HSV(B)228º94.12%33.33%-
XYZ1.971.228.73-
YUV23.51162.7114.8-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.50%
GREEN value IS 21 (8.59% from 255) = 18.92%
BLUE value IS 85 (33.59% from 255) = 76.58%
R=4.50%
G=18.92%
B=76.58%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal521850.940.7500.6722888.8917.65
Hex515555E4B043e45912
Octal525125136113010334413122
Binary101101011010101101111010010110100001111100100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051555; }

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

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

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

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

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

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

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

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