#051666

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

Shades of Sapphire #051666

Tints of Sapphire #051666

Color information

#051666 (or 0x051666) is unknown color: approx Sapphire. HEX triplet: 05, 16 and 66. RGB value is (5,22,102). Sum of RGB (Red+Green+Blue) = 5+22+102=129 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.88% from 129); Green value is 22 (8.98% from 255 or 17.05% from 129); Blue value is 102 (40.23% from 255 or 79.07% from 129); Max value from RGB is 102 - color contains mainly: blue. Hex color #051666 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051666 is #FAE999. Grayscale: #191919. Windows color (decimal): -16443802 or 6690309. OLE color: 6690309.

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

Color convert

RGB522102-
CMYK0.950.7800.6
HSL229.48º90.65%20.98%-
HSV(B)229.48º95.1%40%-
XYZ2.751.5712.73-
YUV26.04170.87113-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.88%
GREEN value IS 22 (8.98% from 255) = 17.05%
BLUE value IS 102 (40.23% from 255) = 79.07%
R=3.88%
G=17.05%
B=79.07%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5221020.950.7800.6229.4890.6520.98
Hex516665F4E03Ce55b15
Octal52614613711607434513325
Binary10110110110011010111111001110011110011100101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051666; }

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

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

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

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

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

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

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

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