#051951

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

Shades of Sapphire #051951

Tints of Sapphire #051951

Color information

#051951 (or 0x051951) is unknown color: approx Sapphire. HEX triplet: 05, 19 and 51. RGB value is (5,25,81). Sum of RGB (Red+Green+Blue) = 5+25+81=111 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.50% from 111); Green value is 25 (10.16% from 255 or 22.52% from 111); Blue value is 81 (32.03% from 255 or 72.97% from 111); Max value from RGB is 81 - color contains mainly: blue. Hex color #051951 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051951 is #FAE6AE. Grayscale: #191919. Windows color (decimal): -16443055 or 5314821. OLE color: 5314821.

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

Color convert

RGB52581-
CMYK0.940.6900.68
HSL224.21º88.37%16.86%-
HSV(B)224.21º93.83%31.76%-
XYZ1.91.327.94-
YUV25.4159.37113.45-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.50%
GREEN value IS 25 (10.16% from 255) = 22.52%
BLUE value IS 81 (32.03% from 255) = 72.97%
R=4.50%
G=22.52%
B=72.97%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal525810.940.6900.68224.2188.3716.86
Hex519515E45044e05811
Octal531121136105010434013021
Binary101110011010001101111010001010100010011100000101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051951; }

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

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

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

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

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

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

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

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