#051661

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

Shades of Sapphire #051661

Tints of Sapphire #051661

Color information

#051661 (or 0x051661) is unknown color: approx Sapphire. HEX triplet: 05, 16 and 61. RGB value is (5,22,97). Sum of RGB (Red+Green+Blue) = 5+22+97=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 22 (8.98% from 255 or 17.74% from 124); Blue value is 97 (38.28% from 255 or 78.23% from 124); Max value from RGB is 97 - color contains mainly: blue. Hex color #051661 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051661 is #FAE99E. Grayscale: #191919. Windows color (decimal): -16443807 or 6362629. OLE color: 6362629.

HSL color Cylindrical-coordinate representation of color #051661: hue angle of 228.91º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051661 is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB52297-
CMYK0.950.7700.62
HSL228.91º90.2%20%-
HSV(B)228.91º94.85%38.04%-
XYZ2.511.4711.46-
YUV25.47168.37113.4-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.03%
GREEN value IS 22 (8.98% from 255) = 17.74%
BLUE value IS 97 (38.28% from 255) = 78.23%
R=4.03%
G=17.74%
B=78.23%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal522970.950.7700.62228.9190.220
Hex516615F4D03Ee55a14
Octal52614113711507634513224
Binary10110110110000110111111001101011111011100101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051661; }

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

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

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

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

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

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

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

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