#051057

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

Shades of Sapphire #051057

Tints of Sapphire #051057

Color information

#051057 (or 0x051057) is unknown color: approx Sapphire. HEX triplet: 05, 10 and 57. RGB value is (5,16,87). Sum of RGB (Red+Green+Blue) = 5+16+87=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 16 (6.64% from 255 or 14.81% from 108); Blue value is 87 (34.38% from 255 or 80.56% from 108); Max value from RGB is 87 - color contains mainly: blue. Hex color #051057 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051057 is #FAEFA8. Grayscale: #141414. Windows color (decimal): -16445353 or 5705733. OLE color: 5705733.

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

Color convert

RGB51687-
CMYK0.940.8200.66
HSL231.95º89.13%18.04%-
HSV(B)231.95º94.25%34.12%-
XYZ1.971.099.12-
YUV20.8165.36116.73-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.63%
GREEN value IS 16 (6.64% from 255) = 14.81%
BLUE value IS 87 (34.38% from 255) = 80.56%
R=4.63%
G=14.81%
B=80.56%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal516870.940.8200.66231.9589.1318.04
Hex510575E52042e85912
Octal520127136122010235013122
Binary101100001010111101111010100100100001011101000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051057; }

 p { color: rgb(5,16,87); }

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

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

 a { background-color: rgb(5,16,87); }

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

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

 span { border-color: rgb(5,16,87); }

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