#051668

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

Shades of Sapphire #051668

Tints of Sapphire #051668

Color information

#051668 (or 0x051668) is unknown color: approx Sapphire. HEX triplet: 05, 16 and 68. RGB value is (5,22,104). Sum of RGB (Red+Green+Blue) = 5+22+104=131 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.82% from 131); Green value is 22 (8.98% from 255 or 16.79% from 131); Blue value is 104 (41.02% from 255 or 79.39% from 131); Max value from RGB is 104 - color contains mainly: blue. Hex color #051668 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051668 is #FAE997. Grayscale: #191919. Windows color (decimal): -16443800 or 6821381. OLE color: 6821381.

HSL color Cylindrical-coordinate representation of color #051668: hue angle of 229.7º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051668 is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB522104-
CMYK0.950.7900.59
HSL229.7º90.83%21.37%-
HSV(B)229.7º95.19%40.78%-
XYZ2.851.6113.26-
YUV26.26171.87112.83-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.82%
GREEN value IS 22 (8.98% from 255) = 16.79%
BLUE value IS 104 (41.02% from 255) = 79.39%
R=3.82%
G=16.79%
B=79.39%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5221040.950.7900.59229.790.8321.37
Hex516685F4F03Be65b15
Octal52615013711707334613325
Binary10110110110100010111111001111011101111100110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051668; }

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

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

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

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

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

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

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

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