#051648

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

Shades of Sapphire #051648

Tints of Sapphire #051648

Color information

#051648 (or 0x051648) is unknown color: approx Sapphire. HEX triplet: 05, 16 and 48. RGB value is (5,22,72). Sum of RGB (Red+Green+Blue) = 5+22+72=99 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5.05% from 99); Green value is 22 (8.98% from 255 or 22.22% from 99); Blue value is 72 (28.52% from 255 or 72.73% from 99); Max value from RGB is 72 - color contains mainly: blue. Hex color #051648 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051648 is #FAE9B7. Grayscale: #161616. Windows color (decimal): -16443832 or 4724229. OLE color: 4724229.

HSL color Cylindrical-coordinate representation of color #051648: hue angle of 224.78º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #051648 is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB52272-
CMYK0.930.6900.72
HSL224.78º87.01%15.1%-
HSV(B)224.78º93.06%28.24%-
XYZ1.521.076.26-
YUV22.62155.87115.43-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.05%
GREEN value IS 22 (8.98% from 255) = 22.22%
BLUE value IS 72 (28.52% from 255) = 72.73%
R=5.05%
G=22.22%
B=72.73%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal522720.930.6900.72224.7887.0115.1
Hex516485D45048e157f
Octal526110135105011034112717
Binary10110110100100010111011000101010010001110000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051648; }

 p { color: rgb(5,22,72); }

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

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

 a { background-color: rgb(5,22,72); }

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

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

 span { border-color: rgb(5,22,72); }

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