#051055

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

Shades of Sapphire #051055

Tints of Sapphire #051055

Color information

#051055 (or 0x051055) is unknown color: approx Sapphire. HEX triplet: 05, 10 and 55. RGB value is (5,16,85). Sum of RGB (Red+Green+Blue) = 5+16+85=106 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.72% from 106); Green value is 16 (6.64% from 255 or 15.09% from 106); Blue value is 85 (33.59% from 255 or 80.19% from 106); Max value from RGB is 85 - color contains mainly: blue. Hex color #051055 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051055 is #FAEFAA. Grayscale: #141414. Windows color (decimal): -16445355 or 5574661. OLE color: 5574661.

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

Color convert

RGB51685-
CMYK0.940.8100.67
HSL231.75º88.89%17.65%-
HSV(B)231.75º94.12%33.33%-
XYZ1.891.068.7-
YUV20.58164.36116.89-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.72%
GREEN value IS 16 (6.64% from 255) = 15.09%
BLUE value IS 85 (33.59% from 255) = 80.19%
R=4.72%
G=15.09%
B=80.19%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal516850.940.8100.67231.7588.8917.65
Hex510555E51043e85912
Octal520125136121010335013122
Binary101100001010101101111010100010100001111101000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051055; }

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

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

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

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

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

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

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

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