#051052

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

Shades of Sapphire #051052

Tints of Sapphire #051052

Color information

#051052 (or 0x051052) is unknown color: approx Sapphire. HEX triplet: 05, 10 and 52. RGB value is (5,16,82). Sum of RGB (Red+Green+Blue) = 5+16+82=103 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.85% from 103); Green value is 16 (6.64% from 255 or 15.53% from 103); Blue value is 82 (32.42% from 255 or 79.61% from 103); Max value from RGB is 82 - color contains mainly: blue. Hex color #051052 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051052 is #FAEFAD. Grayscale: #131313. Windows color (decimal): -16445358 or 5378053. OLE color: 5378053.

HSL color Cylindrical-coordinate representation of color #051052: hue angle of 231.43º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051052 is Cyan = 0.94, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB51682-
CMYK0.940.8000.68
HSL231.43º88.51%17.06%-
HSV(B)231.43º93.9%32.16%-
XYZ1.771.018.08-
YUV20.24162.86117.13-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.85%
GREEN value IS 16 (6.64% from 255) = 15.53%
BLUE value IS 82 (32.42% from 255) = 79.61%
R=4.85%
G=15.53%
B=79.61%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal516820.940.8000.68231.4388.5117.06
Hex510525E50044e75911
Octal520122136120010434713121
Binary101100001010010101111010100000100010011100111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051052; }

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

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

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

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

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

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

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

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