#051352

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

Shades of Sapphire #051352

Tints of Sapphire #051352

Color information

#051352 (or 0x051352) is unknown color: approx Sapphire. HEX triplet: 05, 13 and 52. RGB value is (5,19,82). Sum of RGB (Red+Green+Blue) = 5+19+82=106 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.72% from 106); Green value is 19 (7.81% from 255 or 17.92% from 106); Blue value is 82 (32.42% from 255 or 77.36% from 106); Max value from RGB is 82 - color contains mainly: blue. Hex color #051352 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051352 is #FAECAD. Grayscale: #151515. Windows color (decimal): -16444590 or 5378821. OLE color: 5378821.

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

Color convert

RGB51982-
CMYK0.940.7700.68
HSL229.09º88.51%17.06%-
HSV(B)229.09º93.9%32.16%-
XYZ1.821.118.1-
YUV22161.86115.88-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.72%
GREEN value IS 19 (7.81% from 255) = 17.92%
BLUE value IS 82 (32.42% from 255) = 77.36%
R=4.72%
G=17.92%
B=77.36%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal519820.940.7700.68229.0988.5117.06
Hex513525E4D044e55911
Octal523122136115010434513121
Binary101100111010010101111010011010100010011100101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051352; }

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

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

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

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

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

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

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

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