#163261

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

Shades of Sapphire #163261

Tints of Sapphire #163261

Color information

#163261 (or 0x163261) is unknown color: approx Sapphire. HEX triplet: 16, 32 and 61. RGB value is (22,50,97). Sum of RGB (Red+Green+Blue) = 22+50+97=169 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.02% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 97 (38.28% from 255 or 57.40% from 169); Max value from RGB is 97 - color contains mainly: blue. Hex color #163261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163261 is #E9CD9E. Grayscale: #2E2E2E. Windows color (decimal): -15322527 or 6369814. OLE color: 6369814.

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

Color convert

RGB225097-
CMYK0.770.4800.62
HSL217.6º63.03%23.33%-
HSV(B)217.6º77.32%38.04%-
XYZ3.633.3111.76-
YUV46.99156.22110.18-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.02%
GREEN value IS 50 (19.92% from 255) = 29.59%
BLUE value IS 97 (38.28% from 255) = 57.40%
R=13.02%
G=29.59%
B=57.40%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2250970.770.4800.62217.663.0323.33
Hex1632614D3003Eda3f17
Octal2662141115600763327727
Binary101101100101100001100110111000001111101101101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163261; }

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

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

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

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

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

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

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

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