#051953

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

Shades of Sapphire #051953

Tints of Sapphire #051953

Color information

#051953 (or 0x051953) is unknown color: approx Sapphire. HEX triplet: 05, 19 and 53. RGB value is (5,25,83). Sum of RGB (Red+Green+Blue) = 5+25+83=113 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.42% from 113); Green value is 25 (10.16% from 255 or 22.12% from 113); Blue value is 83 (32.81% from 255 or 73.45% from 113); Max value from RGB is 83 - color contains mainly: blue. Hex color #051953 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051953 is #FAE6AC. Grayscale: #191919. Windows color (decimal): -16443053 or 5445893. OLE color: 5445893.

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

Color convert

RGB52583-
CMYK0.940.7000.67
HSL224.62º88.64%17.25%-
HSV(B)224.62º93.98%32.55%-
XYZ1.971.358.34-
YUV25.63160.37113.28-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.42%
GREEN value IS 25 (10.16% from 255) = 22.12%
BLUE value IS 83 (32.81% from 255) = 73.45%
R=4.42%
G=22.12%
B=73.45%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal525830.940.7000.67224.6288.6417.25
Hex519535E46043e15911
Octal531123136106010334113121
Binary101110011010011101111010001100100001111100001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051953; }

 p { color: rgb(5,25,83); }

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

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

 a { background-color: rgb(5,25,83); }

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

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

 span { border-color: rgb(5,25,83); }

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